The method used by an HTTP request. More...
Public Member Functions | |
| HttpMethod (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static HttpMethod | getByAssignedValue (int value) |
Public Attributes | |
| Get =(1) | |
| Indicates a GET request. More... | |
| Head =(2) | |
| Indicates a HEAD request. More... | |
| Post =(3) | |
| Indicates a POST request. More... | |
| Put =(4) | |
| Indicates a PUT request. More... | |
| Patch =(5) | |
| Indicates a PATCH request. More... | |
| Delete =(6) | |
| Indicates a DELETE request. More... | |
The method used by an HTTP request.
| fm.liveswitch.HttpMethod.HttpMethod | ( | int | value | ) |
|
static |
| int fm.liveswitch.HttpMethod.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.HttpMethod.Delete =(6) |
Indicates a DELETE request.
| fm.liveswitch.HttpMethod.Get =(1) |
Indicates a GET request.
| fm.liveswitch.HttpMethod.Head =(2) |
Indicates a HEAD request.
| fm.liveswitch.HttpMethod.Patch =(5) |
Indicates a PATCH request.
| fm.liveswitch.HttpMethod.Post =(3) |
Indicates a POST request.
| fm.liveswitch.HttpMethod.Put =(4) |
Indicates a PUT request.