Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTTP 1.1 (Header (URL, HOST), Method (PATCH (The PATCH method is used to…
HTTP 1.1
-
Method
-
CONNECT
-
The CONNECT method converts the request connection to a transparent TCP/IP tunnel, usually to facilitate SSL-encrypted communication (HTTPS) through an unencrypted HTTP proxy.
-
PUT
-
-
The PUT method replaces all current representations of the target resource with the request payload.
OPTIONS
-
-
Allow: OPTIONS, GET, HEAD, POST
POST
The POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.
-
-
TRACE
-
-
The origin server or the first server to receive a Max-Forwards value of 0 in the request send response
HEAD
The HEAD method asks for a response identical to that of a GET request, but without the response body.
-
-
-
GET
The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.
-
-