util_httppost

EveAndersson.com : API Browser : util_httppost

util_httppost

util_httppost url formvars [ timeout ] [ depth ] [ http_referer ] \
    [ additional_headers ]
Defined in packages/acs-core/utilities-procs.tcl

Returns 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)
[ show source ]

Show another procedure:

eve@eveandersson.com