Files
kiri-core/http-server/ResponseInterface.php
T
2021-08-28 01:21:23 +08:00

15 lines
117 B
PHP

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