Files
kiri-core/http-server/RequestInterface.php
T
2021-08-24 18:24:46 +08:00

16 lines
115 B
PHP

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