Files
kiri-core/Server/ResponseInterface.php
T

15 lines
118 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
use HttpServer\Http\Response;
/**
* @mixin Response
*/
2021-08-04 17:13:26 +08:00
interface ResponseInterface
{
}