From bce455d86c7e39d52d583be5079c87e5fbdc6bf0 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 10 Oct 2014 17:51:32 +0200 Subject: [PATCH] Close GH-187: Adding axios. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 61c2511..a93cd90 100644 --- a/readme.md +++ b/readme.md @@ -106,6 +106,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [request](https://github.com/mikeal/request) - Simplified HTTP request client. - [got](https://github.com/sindresorhus/got) / [sent](https://github.com/floatdrop/sent) - A nicer interface to the built-in `http` module. - [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library. +- [axios](https://github.com/mzabriskie/axios) - Promise based HTTP client (works in the browser too). - [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.