class Protocol::Rack::Body::Enumerable

def stream?

def stream?
	!@body.respond_to?(:each)
end