HTTP request methods
Jump to navigation
Jump to search
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods
GET The GET method requests a representation of the specified resource. Requests using GET should only retrieve data and should not contain a request content. HEAD The HEAD method asks for a response identical to a GET request, but without a response body. POST The POST method submits an entity to the specified resource, often causing a change in state or side effects on the server. PUT The PUT method replaces all current representations of the target resource with the request content. DELETE The DELETE method deletes the specified resource. CONNECT The CONNECT method establishes a tunnel to the server identified by the target resource. OPTIONS The OPTIONS method describes the communication options for the target resource.
TRACE The TRACE method performs a message loop-back test along the path to the target resource.
PATCH The PATCH method applies partial modifications to a resource.
See also[edit]
- HTTP request methods, PUT, GET, POST, HEAD, DELETE, CONNECT, OPTIONS, TRACE, PATCH
- HTTP, request methods:
POST, PUT, PATCH, GET, HEAD, OPTIONS, DELETE, Webhook,curl -X POST, allowed_methods - HTTP, HTTP client, HTTP/1.1, HTTP/2, HTTP/3, HTTPS, HSTS CSR, TLS, SSL,
openSSL, WebSockets, WebRTC,ssl_certificateQUIC, HPKP, CT, List of HTTP status codes, URL redirection, Content-type:, Webhook, HTTP headers,--insecure, Axios HTTP client, HTTP cookies, HTTP ETag, Hypertext Transfer Protocol -- HTTP/1.1, HTTP security, host verification, HTTP request methods
Advertising: