示例#1
0
文件: SwooleHttp.php 项目: phpdn/zphp
 public function doRequest($request, $response)
 {
     Protocol\Request::setRequest($request);
     Protocol\Response::setResponse($response);
     $this->onRequest($request, $response);
 }