Files
kiri-core/Server/RequestInterface.php
T
2021-08-05 19:14:08 +08:00

16 lines
118 B
PHP

<?php
namespace Server;
use HttpServer\Http\Request;
/**
*
* @mixin Request
*/
interface RequestInterface
{
}