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