HTTP Methods

HTTP Method

CRUD operation

HTTP Method

CRUD operation

GET

Read

POST

Create

PATCH

Update

DELETE

Delete

PUT

Update/Replace

Arguments are always passed in the body(x-www-form-urlencoded), only GET is used with get arguments.

Â