HTTP

METHODS

GET

GET

GET is used to request data from a specified resource.

POST

POST

POST is used to send data to a server to create/update a resource.

PUT

PUT

PUT is used to send data to a server to create/update a resource.

PATCH

PATCH

PATCH method is used to apply partial modifications to a resource.

DELETE

DELETE

DELETE method deletes the specified resource.

HEAD

HEAD

HEAD is almost identical to GET, but without the response body.

OPTIONS

OPTIONS

OPTIONS method describes the communication options for the target resource.

CONNECT

CONNECT

CONNECT method is used to start a two-way communications (a tunnel) with the requested resource.

TRACE

TRACE

TRACE method is used to perform a message loop-back test that tests the path for the target resource.