Add Nock to HTTP

This commit is contained in:
Justin.Liu
2014-08-05 10:16:23 +08:00
parent 26e5475a9c
commit 29b5824182

View File

@@ -81,7 +81,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library. - [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library.
- [hyperquest](https://github.com/substack/hyperquest) - Streaming HTTP requests. - [hyperquest](https://github.com/substack/hyperquest) - Streaming HTTP requests.
- [spdy](https://github.com/indutny/node-spdy) - Creates SPDY servers with the same API as the built-in `https` module. - [spdy](https://github.com/indutny/node-spdy) - Creates SPDY servers with the same API as the built-in `https` module.
- [Nock](https://github.com/pgte/nock) - A HTTP mocking and expectations library.
### Debugging / Profiling ### Debugging / Profiling