| Method | Description |
allowCache | Set/get cachable state for the response<p>If $allow is set, sets the cachable state of the response. Always returns current state</p> |
appendBody | Append content to the body content |
clearHeaders | Clear headers |
getBody | Return the body content |
getHeaders | Return array of headers; |
prependBody | Prepend content to the body content |
sendHeaders | Send all headers |
setBody | Set body content<p>If body content already defined, this will replace it.</p> |
setHeader | Set a header<p>If $replace is true, replaces any headers already defined with that $name.</p> |
toString | Sends all headers prior to returning the string |
_compress | Compress the data<p>Checks the accept encoding of the browser and compresses the data before sending it to the client.</p> |