ad_httpget (public, deprecated)
ad_httpget [ -url url ] [ -headers headers ] [ -timeout timeout ] \
[ -depth depth ]Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Just like ns_httpget, but first headers is an ns_set of headers to send during the fetch. ad_httpget also makes use of Conditional GETs (if called with a Last-Modified header). Returns the data in array get form with array elements page status modified.
- Switches:
- -url (optional)
- -headers (optional)
- -timeout (optional, defaults to
"30")- -depth (optional, defaults to
"0")- See Also:
- Testcases:
- No testcase defined.