class Protocol::HTTP::Headers

def inspect

def inspect
	"#<#{self.class} #{@fields.inspect}>"
end