class Protocol::HTTP::Body::Writable

def closed?

@returns [Boolean] Whether the body is closed.

Whether the body is closed. A closed body can not be written to or read from.
def closed?
	@queue.closed?
end