From 93f0ddca8c08d0d98f4fc6503cedf1373fd66751 Mon Sep 17 00:00:00 2001 From: Wyatt Preul Date: Thu, 11 Sep 2014 14:48:11 -0500 Subject: [PATCH] Add wreck to http section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bccd2ed..6b7cab9 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [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. - [download](https://github.com/kevva/download) - Download and extract files effortlessly. +- [wreck](https://www.npmjs.org/package/wreck) - HTTP Client Utilities ### Debugging / Profiling