An HTTP request method is the type of action to perform on a given resource. The most common request methods are the following:
| Methods | Description |
|---|---|
GET |
Does not use a request body. |
PUT |
|
POST |
|
DELETE |
Does not use a request body. |
An HTTP request method is the type of action to perform on a given resource. The most common request methods are the following:
| Methods | Description |
|---|---|
GET |
Does not use a request body. |
PUT |
|
POST |
|
DELETE |
Does not use a request body. |