class Protocol::HTTP::Headers

def clear

Clear all headers.
def clear
	@fields.clear
	@indexed = nil
	@tail = nil
end