HTTP methods reference
A quick, searchable table of the HTTP methods defined by RFC 9110 — GET,
HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE and CONNECT — and
the properties that matter when designing an API: whether each method is
safe, idempotent, cacheable and whether it carries a request body.
Search by method name or by a property like idempotent to filter the table. Everything runs in your browser; nothing is uploaded.