Close #478 PR: Add node-fetch.

This commit is contained in:
David Frank
2016-03-21 13:55:13 +07:00
committed by Sindre Sorhus
parent 9286188e45
commit 831f050e90

View File

@@ -185,6 +185,7 @@
- [http-proxy](https://github.com/nodejitsu/node-http-proxy) - A full-featured HTTP proxy. - [http-proxy](https://github.com/nodejitsu/node-http-proxy) - A full-featured HTTP proxy.
- [rocky](https://github.com/h2non/rocky) - Featured, middleware-oriented HTTP proxy with traffic replay and intercept. - [rocky](https://github.com/h2non/rocky) - Featured, middleware-oriented HTTP proxy with traffic replay and intercept.
- [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library. - [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library.
- [node-fetch](https://github.com/bitinn/node-fetch) - `window.fetch` for Node.js.
### Debugging / Profiling ### Debugging / Profiling