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:
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc util_httpget return [dict get [util::http::get -url $url -headers $headers -timeout $timeout -depth $depth] page]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/deprecated-procs.xql