- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 30 Jun 2026 18:57:19 +0200
- To: ietf-http-wg@w3.org
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