[Top]
Protocols
Protocols.HTTP
|
Method Protocols.HTTP.post_url()
- Method
post_url
-
.Query Protocols.HTTP.post_url(string|Standards.URI url, mapping(string:int|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.
|