Re: RFC 10008: caching QUERY without re-sending the request body

Am 30.06.2026 um 00:50 schrieb Jesse Wright:
> Hi all,
> 
> I would like to make it possible for HTTP QUERY to have cache hits on 
> servers and CDN's without always needing to send the full request body - 
> so as to minimize network traffic on queries with large request bodies.
> ...

You don't need to resend the body if the server provides an "equivalent" 
resource:

   https://greenbytes.de/tech/specs/rfc10008.html#equivalent-resource

Client does not have to re-send, server does not need to re-parse.

Best regards, Julian

Received on Tuesday, 30 June 2026 16:57:26 UTC