From 7fc3e3fc6c6f037ba2642edf40be42bba3e588f0 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Sun, 5 Apr 2015 00:43:08 +0500 Subject: [PATCH] Remove sent Since `got` now have all of `sent` features and more it is time to remove it. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index be4cf23..f83ecdf 100644 --- a/readme.md +++ b/readme.md @@ -114,7 +114,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) / [sent](https://github.com/floatdrop/sent) - A nicer interface to the built-in `http` module. +- [got](https://github.com/sindresorhus/got) - 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.