From 46096cec89149f8ab6e39851e468d90c33d96629 Mon Sep 17 00:00:00 2001 From: Leandro Andrade Date: Sat, 2 Oct 2021 02:29:54 -0300 Subject: [PATCH] Add undici (#1146) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cc43b09..cb9185f 100644 --- a/readme.md +++ b/readme.md @@ -294,6 +294,7 @@ - [gotql](https://github.com/khaosdoctor/gotql) - GraphQL request library built on [got](https://github.com/sindresorhus/got). - [global-agent](https://github.com/gajus/global-agent) - Global HTTP/HTTPS proxy agent that is configurable using environment variables. - [smoke](https://github.com/sinedied/smoke) - File-based HTTP mock server with recording abilities. +- [undici](https://github.com/nodejs/undici) - High performance HTTP client written from scratch with zero dependencies. ### Debugging / Profiling