public send () Sends the cookies to the client Cookies aren’t sent if headers are sent in the current request
public setContentLength (mixed $contentLength) Sets the response content-length
public setRawHeader (mixed $header) Send a raw header to the response
public sendCookies () Sends cookies to the client
public sendHeaders () Sends headers to the client
public delete (mixed $name) Deletes a cookie by its name This method does not removes cookies from the _COOKIE superglobal
public reset () Reset set headers
public setDI (Phalcon\DiInterface $dependencyInjector)
public setJsonContent (mixed $content, [mixed $jsonOptions], [mixed $depth]) Sets HTTP response
public setStatusCode (mixed $code, [mixed $message]) Sets the HTTP response code
Page 5 of 7