Skip to main content

HTTP Methods Reference

v1.0.1

Complete reference for HTTP methods: semantics, idempotency, safety, request body support, and common use cases.

Reference for all HTTP methods (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE, CONNECT) — covers semantics, idempotency, cacheability, safe status codes, and RESTful usage conventions.

How to use
  • Click any method to see its full spec definition, idempotency and safety properties, and typical status codes.
  • Use the idempotency table to quickly decide whether an operation is safe to retry on network failure.
  • Check the RESTful conventions section to map CRUD operations to the correct HTTP methods.
  • Refer to the status-code pairings to know which 2xx/4xx codes are appropriate for each method.
16 methods