GET
Retrieve data from server.
GET /api/users HTTP/1.1POST
Send data to server.
POST /api/users HTTP/1.1
Content-Type: application/json
{"name": "John"}PUT
Update resource.
PUT /api/users/1 HTTP/1.1DELETE
Delete resource.
DELETE /api/users/1 HTTP/1.1PATCH
Partial update.
PATCH /api/users/1 HTTP/1.1Advertisement
Last updated: January 2026