HTTP Methods
Information about all HTTP methods.
Request the resource with no side effects on the server.
Identifical to a GET but without the response body.
Submit data to the resource, possibly causing a side effect on the server.
Replace the current resource with the request payload.
Apply a partial update to the resource.
Delete the resource.
Create a tunnel to the resource.
Describe communication options for the resource.
Perform a test along the path to the resource.