HttpMethod Module
The method to use in an HTTP request
Functions and values
| Function or value |
Description
|
Full Usage:
Connect
Returns: string
|
Reserved for use with a proxy that can dynamically switch to being a tunnel
|
Full Usage:
Copy
Returns: string
|
Creates a duplicate of the source resource, identified by the Request-URI, in the destination resource, identified by the URI in the Destination header
|
Full Usage:
Delete
Returns: string
|
Requests that the origin server deletes the resource identified by the Request-URI
|
Full Usage:
Get
Returns: string
|
Retrieve whatever information (in the form of an entity) is identified by the URI
|
Full Usage:
Head
Returns: string
|
Identical to GET except that the server MUST NOT return a message-body in the response
|
Full Usage:
Lock
Returns: string
|
Used to take out a lock of any access type on the resource identified by the request URI.
|
Full Usage:
MkCol
Returns: string
|
Creates a new collection resource at the location specified by the Request URI
|
Full Usage:
Move
Returns: string
|
Logical equivalent of a copy, followed by consistency maintenance processing, followed by a delete of the source where all three actions are performed atomically
|
Full Usage:
Options
Returns: string
|
Request information about the communication options available on the request/response chain identified by the URI
|
Full Usage:
Patch
Returns: string
|
Requests that the origin server applies partial modifications contained in the entity enclosed in the request to the resource identified by the request URI
|
Full Usage:
Post
Returns: 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
|
Full Usage:
PropFind
Returns: string
|
Retrieves properties defined on the resource identified by the request URI
|
Full Usage:
PropPatch
Returns: string
|
Processes instructions specified in the request body to set and/or remove properties defined on the resource identified by the request URI
|
Full Usage:
Put
Returns: string
|
Requests that the enclosed entity be stored under the supplied Request-URI
|
Full Usage:
Trace
Returns: string
|
Used to invoke a remote, application-layer loop- back of the request message
|
Full Usage:
Unlock
Returns: string
|
Removes the lock identified by the lock token from the request URI, and all other resources included in the lock
|
Deedle