cache-tests
cache-tests copied to clipboard
Tests for HTTP Caches
[@igrigorik claimed a while back](https://www.igvita.com/2012/12/18/deploying-new-image-formats-on-the-web/) that CDNs and proxies don't support `Vary` with `Accept`; should test that specifically.
A cache MUST write through requests with methods that are unsafe (Section 4.2.1 of [RFC7231]) to the origin server; i.e., a cache is not allowed to generate a reply to...
Test: ~~~ Foo: a, b Foo: b, a ~~~ and ~~~ Foo: a Foo: b Foo: b Foo: a ~~~ for: - [ ] Age - [ ] Date -...
Howdy, this project is excellent, I'm really happy to see it exists ☺️ I've been working on implementing support for [Conditional Requests](https://httpwg.org/specs/rfc9110.html#conditional.requests) in a project and wanted to ensure I've...
https://github.com/caddyserver/cache-handler https://github.com/darkweak/souin
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover
It would be nice to have comparison with freshly released Pingora project: https://github.com/cloudflare/pingora/tree/main/pingora-cache