# File lib/typhoeus/easy.rb, line 101
    def encoding=(encoding)
      # Enable encoding/compression support
      set_option(OPTION_VALUES[:CURLOPT_ENCODING], encoding)
    end