改名
This commit is contained in:
@@ -4,18 +4,8 @@
|
|||||||
namespace HttpServer\Service;
|
namespace HttpServer\Service;
|
||||||
|
|
||||||
|
|
||||||
use Exception;
|
|
||||||
use HttpServer\Http\Context;
|
|
||||||
use HttpServer\Http\Request as HRequest;
|
|
||||||
use HttpServer\Http\Response as HResponse;
|
|
||||||
use ReflectionException;
|
use ReflectionException;
|
||||||
use Snowflake\Core\JSON;
|
|
||||||
use Snowflake\Exception\NotFindClassException;
|
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;
|
use HttpServer\Service\Abstracts\Http as AHttp;
|
||||||
|
|
||||||
class Http extends AHttp
|
class Http extends AHttp
|
||||||
|
|||||||
Reference in New Issue
Block a user