Classes
Members
(static, constant) HttpRequestMethods :string
Enum for HTTP request methods
Type:
- string
Properties:
Name | Type | Description |
---|---|---|
GET |
string | The GET method requests a representation of the specified resource |
HEAD |
string | The HEAD method asks for a response identical to a GET request, but without a response body |
POST |
string | The POST method submits an entity to the specified resource, often causing a change in state or side effects on the server |
PUT |
string | The PUT method replaces all current representations of the target resource with the request content |
DELETE |
string | The DELETE method deletes the specified resource |
- Source:
- See: