All docs
This doc
...
POST
, GET
, PUT
, DELETE
, OPTIONS
and HEAD
in requests to clarify the purpose of the request. The POST
, GET
, PUT
and DELETE
methods map to the CRUD methods Create, Read, Update, and Delete, respectively. Each resource should have at least one method....