Serial number Method Description
1GET Requests information about a specified page and returns the body of the entity.
2HEAD Similar to get request, except that there is no specific content in the returned response, which is used to get the header.
3POST Submits 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.
4PUT The data transmitted from the client to the server replaces the content of the specified document.
5DELETE The server is requested to delete the specified page.
6CONNECT HTTP/1.1 protocol is reserved for proxy servers that can change the connection to a pipeline.
7OPTIONS Allows the client to view the performance of the server.
8TRACE Displays back requests received by the server, primarily for testing or diagnostic purposes.
9PATCH The entity contains a table that describes the difference from the original content represented by this URI.
10MOVE Requests the server to move the specified page to another network address.
11COPY Requests the server to copy the specified page to another network address.
12LINK The requesting server establishes a link relationship.
13UNLINK Break the linking relationship.
14WRAPPED Allow the client to send encapsulated requests.
15Extension-mothed Additional methods can be added without changing the protocol.
Access logs: