Files
kiri-core/http-server/ResponseInterface.php
T
as2252258@163.com 30dae81e7e 111
2021-08-28 01:21:23 +08:00

15 lines
117 B
PHP

<?php
namespace Server;
use Server\Message\Response;
/**
* @mixin Response
*/
interface ResponseInterface
{
}