# Output methods

## setResponse( response ) <a href="#setresponse" id="setresponse"></a>

Sets the Response object that will be sent to the client

* **`response`** [Response](https://cherrycake.tin.cat/version-0.x/reference/core-classes/response) object

## sendResponse( response ) <a href="#sendresponse" id="sendresponse"></a>

Sends the current response. If a response is passed, sets it as the current response and then sends it.

* **`response`** Optional [Response](https://cherrycake.tin.cat/version-0.x/reference/core-classes/response) object

##
