util_httpget (public, deprecated)

 util_httpget url [ headers ] [ timeout ] [ depth ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

util_httpget simply calls util::http::get which also returns status and last_modified

Parameters:
url (required)
headers (optional)
timeout (optional, defaults to "30")
depth (optional, defaults to "0")
See Also:

Partial Call Graph (max 5 caller/called nodes):
util_httppost util_httppost (public, deprecated) util_httpget util_httpget util_httppost->util_httpget ad_log_deprecated ad_log_deprecated (public) util_httpget->ad_log_deprecated util::http::get util::http::get (public) util_httpget->util::http::get

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