class Typhoeus::Easy

def initialize

def initialize
  @method = :get
  @headers = {}
  # Enable encoding/compression support
  set_option(OPTION_VALUES[:CURLOPT_ENCODING], '')
end