No.MethodDescription
1GETRequests specific page information and returns the entity body.
2HEADSimilar to GET but only retrieves the header information without the body.
3POSTSubmits data to be processed to a specified resource (e.g., form submission or file upload). The data is included in the request body. POST may create new resources and/or modify existing ones.
4PUTReplaces the content of the specified document with data sent from the client.
5DELETERequests the server to delete the specified page.
6CONNECTReserved for use with a proxy that can switch to a tunnel connection in the HTTP/1.1 protocol.
7OPTIONSAllows the client to determine the capabilities of the server.
8TRACEEchoes the request received by the server, mainly used for testing or diagnosis.
9PATCHContains a set of changes to apply to the resource identified by the URI.
10MOVERequests the server to move the specified page to another address.
11COPYRequests the server to copy the specified page to another address.
12LINKRequests the server to establish a link relationship.
13UNLINKRemoves a link relationship.
14WRAPPEDAllows the client to send an encapsulated request.
15Extension-methodAllows additional methods to be added without modifying the protocol.
Your Footprints: