From 23a6180a41fb5113fdfeff2cd4df212599bb2c50 Mon Sep 17 00:00:00 2001 From: Zilvinas Kucinskas Date: Sun, 1 Mar 2026 22:18:07 +0200 Subject: [PATCH] Add wreq to HTTP Clients and tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ad47e1d..07afd259 100644 --- a/README.md +++ b/README.md @@ -818,6 +818,7 @@ Where to discover new Ruby libraries, projects and trends. * [Sawyer](https://github.com/lostisland/sawyer) - Secret user agent of HTTP, built on top of Faraday. * [Sniffer](https://github.com/aderyabin/sniffer) – Tool to log and debug outgoing HTTP requests across multiple ruby libraries. * [Typhoeus](https://github.com/typhoeus/typhoeus) - Typhoeus wraps libcurl in order to make fast and reliable requests. +* [wreq](https://github.com/SearchApi/wreq-ruby) - An HTTP client with real browser TLS/HTTP2 fingerprinting, emulating Chrome, Firefox, Safari, Edge, and Opera signatures via BoringSSL. ## Image Processing