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