arthurfiorette / axios-cache-interceptor

📬 Small and efficient cache interceptor for axios. Etag, Cache-Control, TTL, HTTP headers and more!
https://axios-cache-interceptor.js.org
MIT License
703 stars 58 forks source link

Add support for `Vary`. #896

Open arthurfiorette opened 2 months ago

arthurfiorette commented 2 months ago

The Vary http header is used to distinguish requests based on request headers. Vary should be enabled by default.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Vary