util_httppostutil_httppost url formvars [ timeout ] [ depth ] [ http_referer ] \
[ additional_headers ]
Defined in packages/acs-core/utilities-procs.tclReturns the result of POSTing to another Web server or -1 if there is an error or timeout. formvars should be in the form \"arg1=value1&arg2=value2\". additional_headers should be an ns_set.
- Parameters:
-
url
formvars
timeout (defaults to "30" )
depth (defaults to "0" )
http_referer (optional)
additional_headers (optional)
|