serial numbermethoddescribe
1GETRequests the specified page information and returns the entity body.
2HEADSimilar to a get request, except that there is no specific content in the returned response, which is used to obtain the header
3postSubmit data to a specified resource for processing (such as submitting a form or uploading a file). The data is contained in the request body. POST requests may result in the creation of new resources and/or modification of existing resources.
4PUTData transmitted from the client side to the server supersedes the content of the specified document.
5DELETERequests the server to delete the specified page.
6CONNECTThe HTTP/1.1 protocol is reserved for proxy servers that can pipe connections.
7OPTIONSAllows the client side to view the performance of the server.
8TRACEEcho requests received by the server are primarily used for testing or diagnostics.
9PATCHThe entity contains a table that describes the difference from the original content represented by the URI.
10MOVEThe request server moves the specified page to another network address.
11COPYThe request server copies the specified page to another network address.
12LinkRequest the server to establish a link relationship.
13UNLINKBreak the link.
14WRAPPEDAllows the client side to send encapsulated requests.
15Extension-mothedWithout changing the agreement, additional methods can be added.
Your footsteps: