Files
kiri-core/http-server/ResponseInterface.php
T

15 lines
117 B
PHP
Raw Normal View History

2021-08-04 17:13:26 +08:00
<?php
namespace Server;
2021-08-10 16:40:01 +08:00
2021-08-28 01:21:23 +08:00
use Server\Message\Response;
2021-08-10 16:40:01 +08:00
/**
* @mixin Response
*/
2021-08-04 17:13:26 +08:00
interface ResponseInterface
{
}