class Protocol::HTTP::Body::Stream

def closed?

Whether the stream has been closed.
def closed?
	@closed
end