Description
Lets Ruby applications make HTTP and other libcurl-supported network requests through a Ruby interface. It is useful for API clients, downloaders, integrations, and tools that need reliable transfer features.
Network clients handle untrusted data and remote endpoints. Validate URLs, set timeouts, verify TLS, protect credentials, and avoid sending private data to unexpected hosts.