# File lib/new_relic/agent/http_clients/excon_wrappers.rb, line 65
        def []=(key, value)
          @datum[:headers] ||= {}
          @datum[:headers][key] = value
        end