IETF Publishes RFC 10008 Introducing HTTP QUERY Method, First in Over 20 Years
The Internet Engineering Task Force (IETF) published RFC 10008 in June 2026, officially introducing a new HTTP method called QUERY — the first addition to the HTTP method set in more than two decades. The QUERY method is designed to fill a long-standing gap: it allows clients to send a request body, like POST, while also being safe and idempotent, like GET. This addresses the widespread practice of misusing POST for read-only search and query operations that do not actually modify server state. At the protocol level, QUERY works over existing HTTP/1.1 and HTTP/2 connections today, and popular HTTP clients like fetch and axios can already send it without any plugins. However, full adoption will take time, as web frameworks such as Spring and Rails are still adding native router support, with broader rollout expected through 2026 and 2027.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in