* Sets the HTTP 'Content-Type' header where: * @param mimeType - is the mime type. * @return Return value: the current response object. * Should only be used to override the built-in default for each response type. * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-r
(mimeType: string)
| 290 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsetypemimetype) |
| 291 | */ |
| 292 | type(mimeType: string): ResponseObject; |
| 293 | |
| 294 | /** |
| 295 | * Clears the HTTP cookie by setting an expired value where: |
no outgoing calls
no test coverage detected