* Controls the 'Content-Type' HTTP header 'charset' property of the response. * * When invoked without any parameter, will prevent hapi from applying its default charset normalization to 'utf-8' * * When 'charset' parameter is provided, will set the 'Content-Type' HTTP header 'charset' p
(charset?: string)
| 147 | * [See docs](https://hapijs.com/api/17.0.1#-responsecharsetcharset) |
| 148 | */ |
| 149 | charset(charset?: string): ResponseObject | undefined; |
| 150 | |
| 151 | /** |
| 152 | * Sets the HTTP status code where: |
no outgoing calls
no test coverage detected