Method: Protocol::HTTP::Headers#clear

Defined in:
lib/protocol/http/headers.rb

#clearObject



81
82
83
84
85
# File 'lib/protocol/http/headers.rb', line 81

def clear
	@fields.clear
	@indexed = nil
	@tail = nil
end