-
This plugin’s cache is a shared cache. It should prefer the value specified in the s-maxage (shared cache= value over the max-age (client cache), and only use the max-age as a fallback if s-maxage isn…
-
To optimize bandwidth usage, we need sometimes to put in cache some static files.
HTTP Cache control obeys to the norm [RFC 7234](https://datatracker.ietf.org/doc/html/rfc7234).
There are some u…
-
The `Pragma` header has no meaning in an HTTP response, yet ATS will not cache an HTTP response from origin with `Pragma: no-cache`. Additionally, the presence of a `Cache-Control` header should overr…
-
Implement a fully featured, [RFC 7234](https://tools.ietf.org/html/rfc7234) compliant comprehension of HTTP requests and responses. This way, we can know which requests can receive cached responses an…
-
Incomplete list from while I was working on the code:
* [ ] Add README file.
* [x] #494.
* [x] #495.
* [ ] #496.
* [x] #497.
* [x] #499.
* [ ] Testing:
* [ ] `client` module.
* [ ] Te…
-
## What does [Souin](https://github.com/darkweak/souin) support ?
It's RFC compatible, supporting Vary, request coalescing and other specifications related to the [RFC-7234](https://tools.ietf.org/ht…
-
For a long time we've had a fallback value in `response.encoding` of `ISO-8859-1`, because RFC 2616 told us to. RFC 2616 is now obsolete, replaced by RFCs 7230, 7231, 7232, 7233, 7234, and 7235. The a…
-
The [CORS safelisted responses headers list](https://fetch.spec.whatwg.org/#cors-safelisted-response-header-name) includes `Pragma`.
[Section 5.4 of RFC 7234](https://httpwg.org/specs/rfc7234.html#…
-
According to https://fetch.spec.whatwg.org/#http-network-or-cache-fetch when doing an http-network-or-cache-fetch, a user agent should first (5.19.1)
> Set storedResponse to the result of selectin…
-
Recently, MS has rolled an update to their CDN endpoints that are supposed to be more compliant with the RFC about range requests.
When gzip is enabled on Ambassador, request from Azure CDN to Amba…