class Protocol::HTTP::Body::Writable::Output

def closed?

@returns [Boolean] Whether the output is closed for writing only.
def closed?
	@closed || @writable.closed?
end