Add cacheable-request (#750)

This commit is contained in:
Luke Childs
2017-11-17 21:24:39 +07:00
committed by Sindre Sorhus
parent 33bec0517a
commit 01e08b5a03

View File

@@ -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