# File lib/new_relic/agent/http_clients/typhoeus_wrappers.rb, line 23
        def to_hash
          hash = {}
          headers.each do |(k,v)|
            hash[k] = v
          end
          hash
        end