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