Extracted from Pike v7.8 release 352 at 2012-06-24.
pike.ida.liu.se
[Top]
Protocols
Protocols.HTTP

Method Protocols.HTTP.post_url()


Method post_url

.Query post_url(string|Standards.URI url, mapping(string:int|string|array(string)) query_variables, void|mapping(string:string|array(string)) request_headers, void|Protocols.HTTP.Query con)

Description

Similar to get_url , except that query variables is sent as a POST request instead of a GET request.