class Protocol::HTTP::Headers

def dup

def dup
	self.class.new(@fields, @indexed)
end