Method: Protocol::HTTP::Headers#merge

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

#merge(headers) ⇒ Object



203
204
205
# File 'lib/protocol/http/headers.rb', line 203

def merge(headers)
	self.dup.merge!(headers)
end