Skip to main content

Advances, Systems and Applications

Table 3 The CRUD actions and their matching HTTP methods

From: OSSperf – a lightweight solution for the performance evaluation of object-based cloud storage services

CRUD actions

HTTP methods

SQL statements

Create or replace a resource

PUT/POST

INSERT

Read a resource

GET

SELECT

Update (= modify) a resource

PUT/POST

UPDATE

Delete a resource

DELETE

DELETE