From 06bac597cb272e450fef0ec08efbda09716702c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Sep 2020 11:59:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Service/Http.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/HttpServer/Service/Http.php b/HttpServer/Service/Http.php index 1c5115fe..b089b381 100644 --- a/HttpServer/Service/Http.php +++ b/HttpServer/Service/Http.php @@ -4,18 +4,8 @@ namespace HttpServer\Service; -use Exception; -use HttpServer\Http\Context; -use HttpServer\Http\Request as HRequest; -use HttpServer\Http\Response as HResponse; use ReflectionException; -use Snowflake\Core\JSON; use Snowflake\Exception\NotFindClassException; -use Snowflake\Snowflake; -use Swoole\Error; -use Swoole\Http\Request; -use Swoole\Http\Response; -use Swoole\Http\Server; use HttpServer\Service\Abstracts\Http as AHttp; class Http extends AHttp