Skip to content

Conversation

@tewaro
Copy link
Contributor

@tewaro tewaro commented Jul 17, 2024

RM-18292

Updates the Request object to support specifying a cache mode per the standard. Only undefined, 'no-store' and 'no-cache' may be specified, and the fetch implementation specifically does not implement the semantics for either 'no-store' or 'no-cache' yet.
Also adds the compatibility flag for cacheHeaderEnabled. This just lays the ground work for the additional changes.

The next step is to start adding the support for adding the appropriate header fields in the fetch implementation behind an autogate.

jasnell and others added 3 commits July 17, 2024 13:38
Updates the Request object to support specifying a cache mode per
the standard. Only `undefined`, `'no-store'` and `'no-cache'` may
be specified, and the fetch implementation specifically does not
implement the semantics for either `'no-store'` or `'no-cache'` yet.
This just lays the ground work for the additional changes.
Co-authored-by: Dominik Picheta <dominik@cloudflare.com>
Co-authored-by: Dominik Picheta <dominik@cloudflare.com>
@tewaro tewaro requested review from a team as code owners July 17, 2024 18:55
@tewaro tewaro requested review from fhanau and mikea July 17, 2024 18:55
@tewaro tewaro force-pushed the jsnell/http-request-cache-part1 branch from 9ff4198 to fa9c5a0 Compare July 17, 2024 19:45
@tewaro tewaro requested a review from jasnell July 17, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants