{{HTTPSidebar}}
HTTP defines a set of request methods to indicate the desired action to be performed for a given resource.
GET- The
GETmethod requests a representation of the specified resource. Requests usingGETshould only retrieve data. HEAD- The
HEADmethod asks for a response identical to that of aGETrequest, but without the response body. POST- ...
PUT- ...
DELETE- The
DELETEmethod deletes the specified resource. CONNECT- ...
OPTIONS- ...
TRACE- ...
PATCH- ...
Browser compatibility
To contribute to this compatibility data, please write a pull request against this file: https://github.com/mdn/browser-compat-data/blob/master/http/methods.json.
{{Compat}}