No. Method Description
1GET Request the specified page information, and return the entity body.
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 contained 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 A request to the server to delete a specified page.
6CONNECT The HTTP/1.1 protocol reserves the ability to pipe connections to proxy servers.
7OPTIONS Allows the client to view the performance of the server.
8TRACE Displays requests received by the server, primarily for testing or diagnostic purposes.
9PATCH The entity contains a table that describes the differences from the original content represented by the URI.
10MOVE Requests the server to move the specified page to another network address.
11COPY The request server copies the specified page to another network address.
12LINK The requesting server establishes a linking relationship.
13UNLINK Breaks the linking relationship.
14WRAPPED Allow clients to send encapsulated requests.
15Extension-mothed Additional methods can be added without changing the protocol.
Access to records: