Files
kiri-core/Server/RequestInterface.php
T
2021-08-17 16:43:50 +08:00

16 lines
112 B
PHP

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