class Async::HTTP::Body::Chunked

def inspect

def inspect
	"\#<#{self.class} #{@length} bytes read in #{@count} chunks>"
end