class Protocol::HTTP::Headers

def inspect

@returns [String] A string representation of the headers.

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