class Protocol::HTTP::Header::Priority

def << value

@parameter value [String] the directive to add to the header.

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