class Protocol::HTTP::Headers::Merged

def clear

Clear the references to all headers.
def clear
	@all.clear
end