class Protocol::HTTP::Body::Stream

def closed?

@returns [Boolean] Whether the stream has been closed.
def closed?
	@closed
end