Tangui
Tangui
Another source: https://www.fastly.com/blog/best-practices-using-vary-header#compression-at-work
For example two instances of an application using Cowboy, one with compression enabled, and the other with compression disabled with CDN caching between them and the clients. Maybe other scenarios...
Another (unlikely) scenario is a client requesting twice the same resource, once with `Accept-Encoding: gzip` and the second time without it. It might confuse the client's cache algorithm (I couldn't...
Actually if you are willing to give me some guidelines I'd be willing to try to implement it and propose a patch.
Also note that `JOSE.JWA.supports/0` doesn't return `"EdDSA"` as an signing alg.
Thanks for the detailed answer, and also the great work on this lib!
FYI I'm working on an [HTTP caching library in Erlang](https://github.com/tanguilp/http_cache) with some niceties such as handling of revalidation, auto-compression, handling the whole RFC7234 (e.g. deleting cache when `DELETE`ing) for private...
> @andrewhr @tanguilp So... how can we move forward with this? :) I'm almost done with [`TeslaHTTPCache`](https://github.com/tanguilp/tesla_http_cache), will release in a few weeks. Feel free to take a look, leave...
FYI I've released [`tesla_http_cache`](https://hex.pm/packages/tesla_http_cache) a few days ago.
> Alerts, notes in the README or any other docs will be missed, ignored or forgotten, by beginners, juniors and senior developers, because human beings tend to prefer convenience above...