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