module Typhoeus::Config

The Typhoeus configuration used to set global options. @example Set the configuration options within a block.

Typhoeus.configure do |config|
  config.verbose = true
end

@example Set the configuration directly.

Typhoeus::Config.verbose = true