module Typhoeus

Typhoeus is a HTTP client library based on Ethon which wraps libcurl. Sitting on top of libcurl makes Typhoeus very reliable and fast.

There are some gems using Typhoeus like {github.com/myronmarston/vcr VCR}, {github.com/bblimke/webmock WebMock} or {github.com/technoweenie/faraday Faraday}. VCR and WebMock provide their own adapter whereas Faraday relies on {Faraday::Adapter::Typhoeus} since Typhoeus version 0.5.

@example (see Typhoeus::Request) @example (see Typhoeus::Hydra)

@see Typhoeus::Request @see Typhoeus::Hydra @see Faraday::Adapter::Typhoeus

@since 0.5.0