ice framework documentation ice doc v1.10.1
Class Ice Http Response

HeadersInterface

    
namespace Ice\Http\Response;

/**
 * Headers interface.
 *
 * @package     Ice/Http
 * @category    Interface
 * @author      Ice Team
 * @copyright   (c) 2014-2023 Ice Team
 * @license     http://iceframework.org/license
 */
interface HeadersInterface
{
    public function send();
}