Method Protocols.HTTP.Session()->delete_url()
- Method
get_url
 Method post_url
 Method put_url
 Method delete_url
 
- Requestget_url(- URL- url,- void|- mapping- query_variables)
 - Requestpost_url(- URL- url,- mapping|- string- query_variables)
 - Requestput_url(- URL- url,- string- file,- void|- mapping- query_variables)
 - Requestdelete_url(- URL- url,- void|- mapping- query_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.