Method Protocols.HTTP.Session()->delete_url()
- Method
get_url
Method post_url
Method put_url
Method delete_url
Requestget_url(URLurl,void|mappingquery_variables)
Requestpost_url(URLurl,mapping|stringquery_variables)
Requestput_url(URLurl,stringfile,void|mappingquery_variables)
Requestdelete_url(URLurl,void|mappingquery_variables)- Description
Sends a HTTP GET, POST, PUT or DELETE request to the server in the URL and returns the created and initialized Request object. 0 is returned upon failure.