HttpMethod
The method to use in an HTTP request
Functions and values
Function or value | Description |
Connect
Signature: string
|
Reserved for use with a proxy that can dynamically switch to being a tunnel
|
Delete
Signature: string
|
Requests that the origin server deletes the resource identified by the Request-URI
|
Get
Signature: string
|
Retrieve whatever information (in the form of an entity) is identified by the URI
|
Head
Signature: string
|
Identical to GET except that the server MUST NOT return a message-body in the response
|
Options
Signature: string
|
Request information about the communication options available on the request/response chain identified by the URI
|
Post
Signature: string
|
Requests that the server accepts the entity enclosed in the request as a
new subordinate of the resource identified by the Request-URI in the Request-Line
|
Put
Signature: string
|
Requests that the enclosed entity be stored under the supplied Request-URI
|
Trace
Signature: string
|
Used to invoke a remote, application-layer loop- back of the request message
|