class Protocol::Rack::Input

def empty?

Whether there are any input chunks remaining?
def empty?
	@body.nil?
end