From f318b3d9db9f8adac147b635063712aa5c075091 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sun, 1 Mar 2020 16:04:54 +0000 Subject: [PATCH] Remove request (#1025) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 67d1c9e..c8c9edd 100644 --- a/readme.md +++ b/readme.md @@ -213,7 +213,6 @@ - [got](https://github.com/sindresorhus/got) - Nicer interface to the built-in `http` module. - [gh-got](https://github.com/sindresorhus/gh-got) - Convenience wrapper for `got` to interact with the GitHub API. - [axios](https://github.com/mzabriskie/axios) - Promise based HTTP client (works in the browser too). -- [request](https://github.com/request/request) - Simplified HTTP request client. - [wreck](https://github.com/hapijs/wreck) - HTTP Client Utilities. - [download](https://github.com/kevva/download) - Download and extract files effortlessly. - [http-proxy](https://github.com/nodejitsu/node-http-proxy) - HTTP proxy.