【thinkphp5+swoole赛事直播教程系列5】HTTP服务(下)http_server.php
set(['enable_static_handler'=>true,'document_root'=>"/home/work/hdtocs/swoole_mooc/data",]);$http->on('request',function($request,$response){$response->cookie("singwa","xsssss",time()+1800);$response-