Serial NumberMethodDescription
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 get the header.
3POSTSubmit data to a specified resource for processing requests (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 the modification of existing resources.
4PUTThe data transmitted from the client to the server replaces the contents of the specified document.
5DELETERequests the server to delete the specified page.
6CONNECTThe HTTP/1.1 protocol is reserved for proxy servers that can change connections to pipes.
7OPTIONSAllows the client to view the performance of the server.
8TRACEEbacks requests received by the server, primarily for testing or diagnostic purposes.
9PATCHThe entity contains a table that describes the difference from the original content represented by the URI.
10MOVERequests 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.
13UNLINKBreak the link relationship.
14WRAPPEDAllows clients to send encapsulated requests.
15Extension-mothedAdditional methods may be added without changing the protocol.
Your footprint:

Friend Links:iCMS