namespace Ice\Http\Response;
/**
* Response interface.
*
* @package Ice/Http
* @category Interface
* @author Ice Team
* @copyright (c) 2014-2025 Ice Team
* @license http://iceframework.org/license
*/
interface ResponseInterface
{
}