NO.MethodDescription
1GETRequest the specified page information and return the entity body.
2HEADSimilar to a GET request, but the response does not include the actual content—used to retrieve headers only.
3POSTSubmits data to the specified resource for processing (e.g., form submission or file upload). The data is included in the request body. A POST request may result in the creation of new resources and/or modification of existing ones.
4PUTData transmitted from the client to the server replaces the content of the specified document.
5DELETERequest the server to delete the specified page.
6CONNECTReserved in HTTP/1.1 for proxies that can switch the connection to pipelining mode.
7OPTIONS"Allows the client to view the server's performance.
8TRACE"Echoes the request received by the server, primarily used for testing or diagnostics.
9PATCH"The entity contains a table that describes the differences between the content represented by this URI and the original content.
10MOVEInstruct the server to redirect the specified page to a new network address.
11COPYInstruct the server to replicate the specified page to a different network address.
12LINKInstruct the server to create a connection between the entities.
13UNLINKTerminate the association between the linked entities.
14WRAPPEDPermit clients to transmit requests in an encapsulated format.
15Extension-mothedThe protocol remains unchanged, but an alternative approach may be introduced.
Footprints:

Links: Developer Tools