Header menu logo FSharp.Data

HttpMethod Module

The method to use in an HTTP request

Functions and values

Function or value Description

Connect

Full Usage: Connect

Returns: string

Reserved for use with a proxy that can dynamically switch to being a tunnel

Returns: string

Copy

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

Returns: string

Delete

Full Usage: Delete

Returns: string

Requests that the origin server deletes the resource identified by the Request-URI

Returns: string

Get

Full Usage: Get

Returns: string

Retrieve whatever information (in the form of an entity) is identified by the URI

Returns: string

Head

Full Usage: Head

Returns: string

Identical to GET except that the server MUST NOT return a message-body in the response

Returns: string

Lock

Full Usage: Lock

Returns: string

Used to take out a lock of any access type on the resource identified by the request URI.

Returns: string

MkCol

Full Usage: MkCol

Returns: string

Creates a new collection resource at the location specified by the Request URI

Returns: string

Move

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

Returns: string

Options

Full Usage: Options

Returns: string

Request information about the communication options available on the request/response chain identified by the URI

Returns: string

Patch

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

Returns: string

Post

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

Returns: string

PropFind

Full Usage: PropFind

Returns: string

Retrieves properties defined on the resource identified by the request URI

Returns: string

PropPatch

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

Returns: string

Put

Full Usage: Put

Returns: string

Requests that the enclosed entity be stored under the supplied Request-URI

Returns: string

Trace

Full Usage: Trace

Returns: string

Used to invoke a remote, application-layer loop- back of the request message

Returns: string

Unlock

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

Returns: string

Type something to start searching.