RFC 10008: The HTTP QUERY Method
Summary
The article introduces RFC 10008, which defines the HTTP QUERY method allowing a request body with safe, idempotent, and cacheable semantics. It discusses why this matters for API design, highlights implementation examples in Go and Rust, and explains caching advantages for RPC-style APIs.