module Async::HTTP::Body::Reader

def body?

Whether there is a body?
def body?
	@body and !@body.empty?
end