Serial numberMethodDescription
1GETRequests information about a specified page and returns the body of the entity
2HEADSimilar to get request, except that there is no specific content in the returned response, which is used to get the header.
3POSTSubmits data to the specified resource to process the request (e.g., submit a form or upload a file). The data is included in the request body. a POST request may result in the creation of a new resource and/or the modification of an existing resource
4PUTThe data transmitted from the client to the server replaces the contents of the specified document.
5DELETEThe server is requested to delete the specified page.
6CONNECTHTTP/1.1 protocol is reserved for proxy servers that can change the connection to a pipeline.
7OPTIONSAllows the client to view the performance of the server.
8TRACEDisplays back 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 this URI.
10MOVERequests the server to move the specified page to another network address.
11COPYRequests the server to copy the specified page to another network address.
12LINK The requesting server establishes a link relationship.
13UNLINKBreak the linking relationship.
14WRAPPEDAllows the client to send encapsulated requests.
15Extension-mothedAdditional methods can be added without changing the protocol.
Access logs:

Links:aitoolsbar