# File lib/new_relic/agent/http_clients/http_rb_wrappers.rb, line 15
        def [](key)
          _, value = response.headers.find { |k,_| key.downcase == k.downcase }
          value unless value.nil?
        end