Registry / http-client / typhoeus

typhoeus

JSON →
library1.6.0rbrubygemsunverified

Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic, like a modern code version of the mythical beast with 100 serpent heads.

gem install typhoeus
INSTALL
IMPORT
SIG · TYPHOEUS
T
typhoeus
http-clientrubyv1.6.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.

Typhoeus
require 'typhoeus'

Make a parallel HTTP request using Typhoeus

require 'typhoeus' hydra = Typhoeus::Hydra.new request = Typhoeus::Request.new('https://example.com') hydra.queue(request) hydra.run response = request.response puts response.body
Debug
Known issues
breakingTyphoeus requires libcurl to be installed on the system; missing libcurl will cause installation failures.
fix
Install libcurl using your package manager (e.g., apt-get install libcurl4-openssl-dev on Ubuntu).
affects: >= 0.1.0
Upgrade
Version history
1.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
OpenAI (training)
1
Resources
typhoeus — gem install typhoeus · libregistry