From 6cc0e87ef32f35fc9d379cdc4995e1714208a16a Mon Sep 17 00:00:00 2001 From: Kornel Date: Thu, 12 Oct 2017 16:27:45 +0100 Subject: [PATCH] List dependents in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc07ac..99069fc 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,10 @@ if (!oldPolicy.satisfiesWithoutRevalidation(newRequest)) { ![satisfiesWithoutRevalidation](fresh.jpg) +## Used by + +* [ImageOptim API](https://imageoptim.com/api), [make-fetch-happen](https://github.com/zkat/make-fetch-happen), [cacheable-request](https://www.npmjs.com/package/cacheable-request), [npm/registry-fetch](https://github.com/npm/registry-fetch), [etc.](https://github.com/pornel/http-cache-semantics/network/dependents) + ## Implemented * `Cache-Control` response header with all the quirks. @@ -169,5 +173,5 @@ if (!oldPolicy.satisfiesWithoutRevalidation(newRequest)) { ## Unimplemented -* Range requests, If-Range +* Merging of range requests, If-Range (but correctly supports them as non-cacheable) * Revalidation of multiple representations