From d44f944a06d9624d2b10447860c3d398c47f2458 Mon Sep 17 00:00:00 2001 From: simo Date: Sun, 23 Jan 2022 11:23:22 +0200 Subject: [PATCH] Add purest (#1099) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f6d0de0..242393b 100644 --- a/readme.md +++ b/readme.md @@ -324,6 +324,7 @@ - [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. +- [purest](https://github.com/simov/purest) - REST client. ### Debugging / Profiling