| Name | Description |
|---|---|
| POST | HTTP POST method, used to send data to the server. |
| PUT | HTTP PUT method, used to replace all current representations of the target resource with the uploaded content. |
| PATCH | HTTP PATCH method, used to apply partial modifications to a resource. |
| DELETE | HTTP DELETE method, used to delete a resource. |