Method Protocols.HTTP.put_url()
- Method
put_url
.Queryput_url(string|Standards.URIurl,void|stringfile,void|mapping(string:int|string|array(string))query_variables,void|mapping(string:string|array(string)|int)request_headers,void|Protocols.HTTP.Querycon)- Description
Sends a HTTP PUT request to the server in the URL and returns the created and initialized Query object.
0is returned upon failure. If a query object havingrequest_headers->Connection=="Keep-Alive"from a previous request is provided and the already established server connection can be used for the next request, you may gain some performance.