Re: [whatwg/fetch] Double-keyed HTTP cache (#904)

/cc @domenic for inputs on the spec. 

The Fetch spec references HTTP caching as defined in this [RFC](https://httpwg.org/specs/rfc7234.html) which defines the cache key as : "The primary cache key consists of the request method and target URI. However, since HTTP caches in common use today are typically limited to caching responses to GET, many caches simply decline other methods and use only the URI as the primary cache key."

Looks like this part of the RFC would need to be updated as well, since after cache partitioning, the primary key is not just the resource URI. Any thoughts on this update to the spec?



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/904#issuecomment-535211004

Received on Wednesday, 25 September 2019 20:40:10 UTC