No.MethodDescription
1GETRequests the specified page information and returns the entity body.
2HEADSimilar to the GET request, except that the response returned does not have specific content, used to obtain headers.
3POSTSubmits data to the specified resource for processing (e.g., submitting a form or uploading a file). The data is included in the request body. POST requests may result in the creation of new resources and/or the modification of existing resources.
4PUTReplaces the content of the specified document with the data transmitted from the client.
5DELETERequests the server to delete the specified page.
6CONNECTReserved in the HTTP/1.1 protocol for proxy servers that can change the connection to a tunneling mode.
7OPTIONSAllows the client to view the server's capabilities.
8TRACEEchoes the request received by the server, mainly used for testing or diagnostics.
9PATCHThe entity contains a list that describes the differences from the original content represented by the URI.
10MOVERequests the server to move the specified page to another network address.
11COPYRequests the server to copy the specified page to another network address.
12LINKRequests the server to establish a link relationship.
13UNLINKBreaks the link relationship.
14WRAPPEDAllows the client to send encapsulated requests.
15Extension-methodAllows for the addition of other methods without changing the protocol.
Your footprint: