# File lib/rack/utils.rb, line 492
      def include?(k)
        @names.include?(k) || @names.include?(k.downcase)
      end