class Protocol::HTTP::Header::Vary

def << value

def << value
	super(value.downcase)
end