module Protocol::HTTP::Body::Reader

def body?

@returns [Boolean] whether there is a body.

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