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