* Sets the string encoding scheme used to serial data into the HTTP payload where: * @param encoding the encoding property value (see node Buffer encoding [See docs](https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings)). * * 'ascii' - for 7-bit ASCII data only. This
(encoding: 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'base64' | 'latin1' | 'binary' | 'hex')
| 195 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responseencodingencoding) |
| 196 | */ |
| 197 | encoding(encoding: 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'base64' | 'latin1' | 'binary' | 'hex'): ResponseObject; |
| 198 | |
| 199 | /** |
| 200 | * Sets the representation entity tag where: |
no outgoing calls
no test coverage detected