Http Methods
Methods supported for endpoints
Delete
enum
Deletes the specified resource.
Get
enum
Retrieves data from the server.
Head
enum
Similar to GET, but without the response body.
Post
enum
Submits data to be processed by the server.
Put
enum
Updates or creates a resource at the specified URL.
Connect
enum
Establishes a tunnel to the server.
Options
enum
Returns communication options for the target resource.
Trace
enum
Echoes the received request, used for diagnostics.
Patch
enum
Partially modifies a resource.
Purge
enum
Clears cached content for a given URL.
Copy
enum
Copies a resource to another location.
Lock
enum
Locks a resource to prevent modifications.
MkCol
enum
Creates a new collection (like a directory).
Move
enum
Moves a resource to a new location.
Propfind
enum
Retrieves properties of a WebDAV resource.
Proppatch
enum
Modifies properties of a WebDAV resource.
Search
enum
Performs a search on a resource.
Unlock
enum
Removes a lock from a resource.
Bind
enum
Creates a new binding to a resource.
Rebind
enum
Reassigns a binding to a new resource.
Unbind
enum
Removes a binding from a resource.
Acl
enum
Modifies access control lists of a resource.
Report
enum
Retrieves reports about a resource.
MkActivity
enum
Creates a new activity resource.
Checkout
enum
Checks out a resource for versioning.
Merge
enum
Merges changes from different versions of a resource.
MSearch
enum
Performs a multicast search for UPnP devices.
Notify
enum
Sends notifications about resource changes.
Subscribe
enum
Subscribes to updates on a resource.
Unsubscribe
enum
Unsubscribes from resource updates.
MkCalendar
enum
Creates a new calendar resource.
Link
enum
Establishes a relationship between resources.
Unlink
enum
Removes a relationship between resources.
Source
enum
Retrieves the original source of a resource.
Last updated