From 7d8d2999cd1c795c83ea8727254c671829c69fb4 Mon Sep 17 00:00:00 2001 From: Jordan Hudgens Date: Sat, 8 Nov 2025 17:24:25 -0700 Subject: [PATCH] Add Domain Extractor to HTTP Clients and tools list Add domain_extractor - URL parsing gem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c325aa8..f34e8b40 100644 --- a/README.md +++ b/README.md @@ -802,6 +802,7 @@ Where to discover new Ruby libraries, projects and trends. ## HTTP Clients and tools * [Accept Language](https://github.com/cyril/accept_language.rb) - A tiny library for parsing the `Accept-Language` header from browsers (as defined in [RFC 2616](https://datatracker.ietf.org/doc/html/rfc2616#section-14.4)). +* [Domain Extractor](https://github.com/opensite-ai/domain_extractor) - Lightweight Ruby gem for URL parsing and domain extraction with accurate multi-part TLD support. * [excon](https://github.com/excon/excon) - Usable, fast, simple Ruby HTTP 1.1. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients. * [Faraday](https://github.com/lostisland/faraday) - an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle. * [Device Detector](https://github.com/podigee/device_detector) - A precise and fast user agent parser and device detector, backed by the largest and most up-to-date user agent database.