class Protocol::Rack::Input

def closed?

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