DEV Community

kster
kster

Posted on

CRUD

Image description

POST submits data to the specified resource, often causing a change on the server.

GET retrieves a resource from the server.

PUT replaces a specified resource.

DELETE deletes a specified resource.

Oldest comments (0)