* Sets the HTTP status message where: * @param httpMessage - the HTTP status message (e.g. 'Ok' for status code 200). * @return Return value: the current response object. * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsemessagehttpmessage)
(httpMessage: string)
| 163 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsemessagehttpmessage) |
| 164 | */ |
| 165 | message(httpMessage: string): ResponseObject; |
| 166 | |
| 167 | /** |
| 168 | * Sets the HTTP 'content-encoding' header where: |
no outgoing calls
no test coverage detected