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