HTTPRequest
Description
Table used by HTTP function.
Members
function failed
Function to be called on failure.
Function argument(s):
1 string reason - Reason for the failure.
string method
Request method, case insensitive. Possible values are:
- GET
- POST
- HEAD
- PUT
- DELETE
- PATCH
- OPTIONS
table parameters
KeyValue table for parameters. This is only applicable to the following request methods:
- GET
- POST
- HEAD