Files
kiri-core/Server/RequestInterface.php
T

16 lines
118 B
PHP
Raw Normal View History

2021-08-05 19:14:08 +08:00
<?php
namespace Server;
use HttpServer\Http\Request;
/**
*
* @mixin Request
*/
interface RequestInterface
{
}