This commit is contained in:
2021-08-17 16:43:50 +08:00
parent 539ba488e9
commit 5b1e28c323
80 changed files with 232 additions and 396 deletions
+7 -7
View File
@@ -13,13 +13,13 @@ namespace Kiri\Abstracts;
use Annotation\Annotation as SAnnotation;
use Database\Connection;
use Exception;
use HttpServer\Http\HttpHeaders;
use HttpServer\Http\HttpParams;
use HttpServer\Http\Request;
use HttpServer\Http\Response;
use HttpServer\Route\Router;
use HttpServer\Server;
use HttpServer\Shutdown;
use Http\Http\HttpHeaders;
use Http\Http\HttpParams;
use Http\Http\Request;
use Http\Http\Response;
use Http\Route\Router;
use Http\Server;
use Http\Shutdown;
use JetBrains\PhpStorm\Pure;
use Kafka\KafkaProvider;
use Kiri\Aop;
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Kiri\Abstracts;
use Exception;
use HttpServer\Exception\ExitException;
use Http\Exception\ExitException;
use Kiri\Core\Json;
/**
+8 -8
View File
@@ -6,14 +6,14 @@ namespace Kiri\Abstracts;
use Annotation\Annotation as SAnnotation;
use Database\DatabasesProviders;
use HttpServer\Client\Client;
use HttpServer\Client\Curl;
use HttpServer\Http\Request;
use HttpServer\Http\Response;
use HttpServer\HttpFilter;
use HttpServer\Route\Router;
use HttpServer\Server;
use HttpServer\Shutdown;
use Http\Client\Client;
use Http\Client\Curl;
use Http\Http\Request;
use Http\Http\Response;
use Http\HttpFilter;
use Http\Route\Router;
use Http\Server;
use Http\Shutdown;
use Kiri\Crontab\Producer;
use Kiri\Async;
use Kiri\Cache\Redis;