cache-tests icon indicating copy to clipboard operation
cache-tests copied to clipboard

Tests for HTTP Caches

Results 23 cache-tests issues
Sort by recently updated
recently updated
newest added

- s-maxage - max-age - Expires - heuristic

new test

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...

new test

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

new test

As noticed in https://github.com/whatwg/fetch/issues/950

new test

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...

new test

- can forward or send a previously stored response - can retry?

new test

MUST NOT be combined with headers

new test