excon
Excon is a Ruby HTTP client library designed to provide fast, robust access to web resources. It emphasizes low-level control, efficient connection handling, and a simple API for making HTTP requests. Excon is used across Ruby projects that require performance and reliability, including integration layers in other libraries.
The library uses persistent connections, streaming, and a middleware-driven architecture. The middleware stack allows users to
Usage and ecosystem: as a gem, Excon can be used by direct calls like Excon.get, Excon.post, or
Excon is open-source software with ongoing community development. It is distributed via RubyGems and hosted on