Registry / http-client / httpi
library4.0.4rbrubygemsunverified

A common interface for Ruby's HTTP libraries.

gem install httpi
INSTALL
IMPORT
SIG · HTTPI
H
httpi
http-clientrubyv4.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HTTPI
require 'httpi'

Make an HTTP GET request using the adapter-agnostic interface.

require 'httpi' request = HTTPI::Request.new('https://example.com') response = HTTPI.get(request) puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
httpi — gem install httpi · libregistry