HTTP method mapping
SQL
CRUD
HTTP
INSERT
Create
POST
SELECT
Read
GET
UPDATE
Update
PATCH
UPDATE
Replace
PUT
DELETE
Delete
DELETE