# File lib/new_relic/agent/http_clients/typhoeus_wrappers.rb, line 75
        def []=(key, value)
          @request.options[:headers] ||= {}
          @request.options[:headers][key] = value
        end