From f359856b1d45734dc1e67245664e8532e72e4e31 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 27 Oct 2019 14:36:17 +0100 Subject: [PATCH] fix(core): update --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c9ab115..66960a4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,20 @@ dropin replacement for request Use TypeScript for best in class instellisense. +### Features + +* supports http +* supports https +* supports unix socks +* supports formData +* supports file uploads +* supports best practice keepAlive +* dedicated functions for working with JSON request/response cycles +* written in TypeScript +* continuously updated +* uses node native http and https modules +* used in modules like @pushrocks/smartproxy and @apiglobal/typedrequest + > note: smartrequest uses the **native** node request module under the hood (not the one from npm) ```javascript