Skip to main content

HTTP Request Methods

MethodDescription
GETRequests data. Should only retrieve data and should have no other effect on the data.
HEADSame as GET, but transfers the status line and header section only (no body).
POSTSends data to the server.
PUTReplaces all current representations of the target resource with the uploaded content.
DELETEDeletes the specified resource.
CONNECTEstablishes a tunnel to the server identified by a given URI.
OPTIONSDescribes the communication options for the target resource.
TRACEPerforms a message loop-back test along the path to the target resource.
PATCHThe PATCH method applies partial modifications to a resource.