When we develop a RESTFul application, we use the HTTP methods (verbs) to create, modify, or access the resources from the application. So, what are these HTTP methods anyway? They are nothing but defines an action that the HTTP request will perform on the server. These are the HTTP Verbs available to perform action:
* GET
* POST
* PUT
* PATCH
* DELETE
Most of these verbs are self-explanatory, right? https://goo.gl/937ZG4
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)