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:

Partial Call Graph (max 5 caller/called nodes):
trackback::auto_ping trackback::auto_ping (public) ad_httpget ad_httpget trackback::auto_ping->ad_httpget _ _ (public) ad_httpget->_ ad_log_deprecated ad_log_deprecated (public) ad_httpget->ad_log_deprecated set_encoding set_encoding (private, deprecated) ad_httpget->set_encoding

Testcases:
No testcase defined.
[ show source ]
Show another procedure: