From 29b5824182ff2c2ab1287b0a45dac1065bab5d6b Mon Sep 17 00:00:00 2001 From: "Justin.Liu" Date: Tue, 5 Aug 2014 10:16:23 +0800 Subject: [PATCH] Add Nock to HTTP --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 638f364..ad63dc2 100644 --- a/readme.md +++ b/readme.md @@ -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. - [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. - +- [Nock](https://github.com/pgte/nock) - A HTTP mocking and expectations library. ### Debugging / Profiling