# File lib/typhoeus/easy.rb, line 57
    def initialize
      @method = :get
      @headers = {}

      # Enable encoding/compression support
      set_option(OPTION_VALUES[:CURLOPT_ENCODING], '')
    end