Description
Makes HTTP requests from Ruby with a chainable API, streaming support, and timeout controls. It is useful for API clients, download tools, service integrations, and applications that need predictable network behavior.
Network requests can leak credentials or hang applications. Validate URLs, set timeouts, verify TLS, limit response sizes, and avoid logging sensitive headers or bodies.