Members
-
<inner> REQUEST_METHODS
-
Enum representing the methods a
Requestcan haveProperties:
Name Type Description POSTObject Post method PUTObject Put method GETObject Get method DELETEObject Delete method
Request can have
| Name | Type | Description |
|---|---|---|
POST |
Object | Post method |
PUT |
Object | Put method |
GET |
Object | Get method |
DELETE |
Object | Delete method |