Specifies the HTTP request method to use when sending the request, for example GET or POST. 
set_method( method )
| Argument | Description | 
|---|---|
| method | (string) The HTTP request method to use. | 
request:set_method("POST")
        
        |  |