From aa5ed76516d69317fd12b995209c10c22af05994 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Tue, 12 Aug 2014 14:33:46 +0600 Subject: [PATCH] Add sent Complementary package to got that makes POST requests. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 964dfd5..9a967b6 100644 --- a/readme.md +++ b/readme.md @@ -77,7 +77,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### HTTP - [request](https://github.com/mikeal/request) - Simplified HTTP request client. -- [got](https://github.com/sindresorhus/got) - A nicer interface to the built-in `http` module. +- [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. - [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.