HTTP Methods for RESTful Services
The common HTTP methods! GET, POST, PUT, PATCH and DELETE
Prerequisites:
- None
Terminology
The methods:
DELETE: delete a resource identified by a URI
GET: requests data from a specified endpoint
The common HTTP methods! GET, POST, PUT, PATCH and DELETE
Prerequisites:
Terminology
The methods:
DELETE: delete a resource identified by a URI
GET: requests data from a specified endpoint
stevecurtis.me