HTTP Methods
HTTP Methods
The verbs that define the action to perform on a resource: GET (read), POST (create), PUT (replace), PATCH (partial update), DELETE (remove).
Related Terms
- API (Application Programming Interface)
- REST (Representational State Transfer)
- GraphQL
- SOAP (Simple Object Access Protocol)
- gRPC