Files
kiri-core/http-server/SInterface/OnDownloadInterface.php
T
as2252258@163.com 3d9bea7fb6 111
2021-09-24 02:23:24 +08:00

13 lines
147 B
PHP

<?php
namespace Server\SInterface;
use Swoole\Http\Response;
interface OnDownloadInterface
{
public function dispatch(Response $response);
}