class Protocol::HTTP::Body::Stream

def empty?

@returns [Boolean] Whether there are any output chunks remaining.
def empty?
	@output.empty?
end