class Protocol::HTTP::Header::Priority

def << value

Add a value to the priority header.
def << value
	super(value.downcase)
end