HTTP Methods

glossary

HTTP Methods

The verbs that define the action to perform on a resource: GET (read), POST (create), PUT (replace), PATCH (partial update), DELETE (remove).

See Also

Other languages