class Async::HTTP::Body::Fixed

def inspect

def inspect
	"\#<#{self.class} length=#{@length} remaining=#{@remaining}>"
end