public function index(Req $req, Res $res, $args) { $body = $res->getBody(); $body->write('Hello world'); return $res; }