Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::
Protocols
Protocols.HTTP

Method Protocols.HTTP.post_url_nice()


Method post_url_nice

array(string) Protocols.HTTP.post_url_nice(string|Standards.URI url, mapping query_variables)
array(string) Protocols.HTTP.post_url_nice(string|Standards.URI url, mapping query_variables, mapping request_headers)
array(string) Protocols.HTTP.post_url_nice(string|Standards.URI url, mapping query_variables, mapping request_headers, Protocols.HTTP.Query query)
string Protocols.HTTP.post_url_data(string|Standards.URI url, mapping query_variables)
string Protocols.HTTP.post_url_data(string|Standards.URI url, mapping query_variables, mapping request_headers)
string Protocols.HTTP.post_url_data(string|Standards.URI url, mapping query_variables, mapping request_headers, Protocols.HTTP.Query query)
Protocols.HTTP.Query Protocols.HTTP.post_url(string|Standards.URI url, mapping query_variables)
Protocols.HTTP.Query Protocols.HTTP.post_url(string|Standards.URI url, mapping query_variables, mapping request_headers)
Protocols.HTTP.Query Protocols.HTTP.post_url(string|Standards.URI url, mapping query_variables, mapping request_headers, Protocols.HTTP.Query query)

Description

Similar to the get_url() class of functions, except that the query variables is sent as a POST request instead of as a GET.