Registry / http-client / ethon
library0.18.0rbrubygemsunverified

Very lightweight libcurl wrapper.

gem install ethon
INSTALL
IMPORT
SIG · ETHON
E
ethon
http-clientrubyv0.18.0
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.

Ethon
require 'ethon'

Perform a simple HTTP GET request using Ethon.

require 'ethon' easy = Ethon::Easy.new(url: "https://example.com") easy.perform puts easy.response_body
Debug
Known issues
breakingRequires libcurl development headers to be installed on the system.
fix
Install libcurl-dev (or equivalent) via your package manager.
affects: all
Upgrade
Version history
0.18.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
ethon — gem install ethon · libregistry