HTTP defines a set of request methods, also known as HTTP verbs, to indicate the desired action for a given resource.
Verb | Description |
GET | Requests a representation of the specified resource. Requests using GET should only retrieve data. |
POST | Submits an entity to the specified resource, often causing a change in state or side effects on the server. |
PUT | Replaces all current representations of the target resource with the request payload. |
DELETE | Deletes the specified resource. |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article