cache-tests
cache-tests copied to clipboard
Tests for HTTP Caches
Fixes #17. I'm not super confident about whether these are the right tests for these features but it seemed like one of the more straightforward cache extensions to test. Also,...
A response message is considered complete when all of the octets indicated by the message framing ([RFC7230]) are received prior to the connection being closed. If the request method is...
Hi @mnot This is the PR I mentioned in #49 - adding a test to validate what I have called "dynamic vary". This issue came to my attention during building...
- only on 200 - invalidates GET responses that could have been selected - matching values
As noticed in https://github.com/whatwg/fetch/issues/950
In theory, a server can disambiguate multiple responses in cache by sending an `ETag`. If we can get a cache into a state where it holds multiple valid, stale responses...
- can forward or send a previously stored response - can retry?