Web Tools
HTTP Method Reference
Comprehensive reference for all 9 standard HTTP methods. Filter by safety, idempotency, and cacheability. View descriptions, RFC references, request/response body support, and usage examples. Runs entirely in your browser.
http methods rest api reference get post put delete
Published May 30, 2026
All interactive tools run entirely in your browser. Your data never leaves your device.
How It Works
Browse all 9 standard HTTP methods with search and filters. Click any method card to expand details including RFC reference, common use cases, and example requests.
Features
- All 9 methods: GET, HEAD, POST, PUT, DELETE, PATCH, OPTIONS, TRACE, CONNECT
- Property badges: safe, idempotent, cacheable, request body support
- Filter toggles: filter by safe-only, idempotent-only, or cacheable-only
- Search: search by method name, description, RFC number, or common use
- Expandable cards: click to see RFC reference, example requests, and details
- Copyable examples: copy example HTTP requests with one click
Use Cases
- Quick reference during REST API development
- Understanding idempotency and safety guarantees for API design
- Teaching HTTP fundamentals to junior developers
- Checking RFC references for method semantics