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