From 01e08b5a0313d91a5121b95892790cd829c63bcb Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 17 Nov 2017 21:24:39 +0700 Subject: [PATCH] Add cacheable-request (#750) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0f84af4..36b131f 100644 --- a/readme.md +++ b/readme.md @@ -210,6 +210,7 @@ Just type [`node.cool`](https://node.cool) to go here ✨ - [node-fetch](https://github.com/bitinn/node-fetch) - `window.fetch` for Node.js. - [flashheart](https://github.com/bbc/flashheart) - REST client. - [http-fake-backend](https://github.com/micromata/http-fake-backend) - Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes. +- [cacheable-request](https://github.com/lukechilds/cacheable-request) - Wrap native HTTP requests with RFC compliant cache support. ### Debugging / Profiling