This commit is contained in:
2023-04-16 01:24:30 +08:00
parent bf9b84563e
commit 91af6b3a5f
68 changed files with 115 additions and 79 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
<?php
declare(strict_types=1);
namespace Kiri\Router;
use Closure;
use Exception;
use Kiri;
use Kiri\Annotation\Route\RequestMethod;
use Kiri\Router\Constrict\RequestMethod;
use ReflectionException;
const ROUTER_TYPE_HTTP = 'http';