$http_response->withBody($responseContent);
} else {
// 文件不存在,返回404错误
$http_response->withStatus(404);
$http_response->withBody('403 Not Found$tcp_connection->send($http_response);
}
};
// 运行worker
Worker::runAll();
```
2,假设目前是 业务时loginrequest;
$session = $request->session();
$response = $ggx->response;
//业务相关