Number MethodDescription
1GETRequests the specified page information and returns the entity body.
2HEAD is similar to a get request, except that there is no specific content in the returned response , used to get the header
3POST to submit data to the specified resource for processing requests (such as submitting a form or uploading a file) ). Data is included in the request body. POST requests may result in the creation of new resources and/or the modification of existing resources.
4PUTData sent from the client to the server replaces the contents of the specified document.
5DELETERequest the server to delete the specified page.
6CONNECTHTTP/1.1 protocol is reserved for the ability to change the connection to pipe mode proxy server.
7OPTIONSAllows the client to view the performance of the server.
8TRACEEchoes the request received by the server, mainly for testing or diagnosis.
9PATCH The entity contains a table that describes the difference from the original content represented by the URI.
10MOVERequest the server to move the specified page to another network address.
11COPYRequests the server to copy the specified page to another network address.
12LINKRequest the server to establish a link relationship.
13UNLINKUnlink.
14WRAPPEDAllows clients to send wrapped requests.
15Extension-mothedUnder the premise of not changing the protocol, another method can be added。
your footprint: