class Protocol::HTTP::Header::Accept

def to_s

@returns [String] the serialized representation of the header values.

Serializes the stored values into a comma-separated string.
def to_s
	join(",")
end