# File lib/rack/utils.rb, line 412
      def [](k)
        super(k) || super(@names[k.downcase])
      end