swoole_http_response->status 发送Http状态码。 swoole_http_response->status(int $http_status_code); $http_status_code必须为合法的HttpCode,如200, 502, 301, 404等,否则会报错 必须在$response->end之前执行status