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

      set_defaults
    end