class Async::HTTP::Protocol::Response

def inspect

def inspect
	"#<#{self.class}:0x#{self.object_id.to_s(16)} status=#{status}>"
end