RFC 10008: The HTTP QUERY Method

🫧 Open on Bubbles RFC 10008 was published on June 15, 2026 and defines a new HTTP method: QUERY. It fills a gap that has existed for as long as I have been building APIs. You have data to send to the server in order to describe what you want back, but GET does not have a body and POST is neither safe nor idempotent. QUERY gives you a method that accepts a request body while remaining safe, idempotent, and cacheable. If you have ever built an SDK that talks to a JSON-RPC API you have felt this pain. JSON-RPC

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论