Registry / http-client / curb
library1.3.5rbrubygemsunverified

Curb provides Ruby-language bindings for libcurl, a fully-featured client-side URL transfer library.

gem install curb
INSTALL
IMPORT
SIG · CURB
C
curb
http-clientrubyv1.3.5
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.

Curl
require 'curb'

Perform a simple HTTP GET request using Curb.

require 'curb' c = Curl::Easy.new('https://example.com') c.perform puts c.body_str
Debug
Known issues
gotchaCurb requires libcurl development headers to be installed on your system.
fix
Install libcurl-dev or libcurl-devel via your package manager before installing the gem.
affects: >= 0
Upgrade
Version history
1.3.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Amazon
1
Resources
curb — gem install curb · libregistry