1 link tagged with all of: caching + http-method + idempotent + query-method + content-negotiation
Links
RFC 10008 defines a new HTTP method called QUERY, which sends query parameters in the request body instead of the URI while remaining safe and idempotent. It enables automatic retries, caching, and clearer intent compared to POST-based queries. The document specifies headers, media type requirements, status codes, and how servers assign URIs to queries and their results.
http-method
query-method
idempotent
caching
content-negotiation