Method

A method is an HTTP verb that specifies the action to perform on a resource. The main methods are GET (read), PUT (create or replace), POST (append or create), DELETE (remove), PATCH (apply a CRDT change-set), and OPTIONS (discover capabilities).

Canonical home: Reading and writing — method semantics, request/response forms, and examples.