Dev Tools · 1h ago
HTTP QUERY Method Officially Published as RFC 10008
The IETF has published RFC 10008, defining the new HTTP QUERY method for read-only requests with a body. It fills a gap between GET (no body) and POST (not idempotent), allowing safe, idempotent queries. Developers can now send complex filters without abusing GET or POST.
Meridian48 take
While a welcome addition, adoption will be slow until major servers and clients implement it, and GraphQL already solves similar problems.
Read the full reporting
HTTP QUERY Is Finally Here: Here's Why It Matters More Than You Think →
DEV Community
http-queryrfc-10008