Serial numbermethoddescribe
1GETRequest the specified page information and return the entity body.
2HEADSimilar to the get request, except that the returned response does not have specific content, used to obtain the header
3POSTSubmit data to the specified resource to process the request (such as 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.
4PUTThe data sent from the client to the server replaces the content of the specified document.
5DELETERequest the server to delete the specified page.
6CONNECTThe HTTP/1.1 protocol is reserved for proxy servers that can change the connection to a pipeline mode.
7OPTIONSAllow the client to view the performance of the server.
8TRACEEcho the request received by the server, mainly used for testing or diagnosis.
9PATCHThe entity contains a table that describes the differences from the original content represented by the URI.
10MOVERequest the server to move the specified page to another network address.
11COPYRequest the server to copy the specified page to another network address.
12LINKRequest the server to establish a link relationship.
13UNLINKDisconnect the link relationship.
14WRAPPEDAllow the client to send an encapsulated request.
15Extension-mothedAdditional methods may be added without changing the protocol.
your footprints:

Friendly links: Network ToolboxNetwork Toolbox News