->setAction($this->actionName);
}
public function exec()
{
try {
// 实例化控制器
$instance = $this->controller($this->controller);
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
// 注册控制器中间件
$this->registerControllerMiddleware($instance);
return $this->app->middleware->pipeline('controller')
->send($this->request)
->then(function () use ($instance) {
// 获取当前操作名
| PHPSESSID | 1547c5263627cdf784b94ac06a5f4349 | 
| USER | www | 
| HOME | /home/www | 
| HTTP_COOKIE | PHPSESSID=1547c5263627cdf784b94ac06a5f4349 | 
| HTTP_ACCEPT_ENCODING | gzip | 
| HTTP_ACCEPT | */* | 
| HTTP_HOST | www.hangar.com.cn | 
| HTTP_USER_AGENT | Mozilla/5.0 (compatible; Dataprovider.com) | 
| PATH_INFO | |
| REDIRECT_STATUS | 200 | 
| SERVER_NAME | hangar.com.cn | 
| SERVER_PORT | 80 | 
| SERVER_ADDR | 10.10.10.10 | 
| REMOTE_PORT | 35402 | 
| REMOTE_ADDR | 205.164.7.90 | 
| SERVER_SOFTWARE | nginx/1.22.0 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| REQUEST_SCHEME | http | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /www/wwwroot/hangar.com.cn/think/public | 
| DOCUMENT_URI | /index.php | 
| REQUEST_URI | /sitemap.xml | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | s=//sitemap.xml | 
| SCRIPT_FILENAME | /www/wwwroot/hangar.com.cn/think/public/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php | 
| REQUEST_TIME_FLOAT | 1736584796.4214 | 
| REQUEST_TIME | 1736584796 |