* Sets the HTTP 'Content-Length' header (to avoid chunked transfer encoding) where: * @param length - the header value. Must match the actual payload size. * @return Return value: the current response object. * [See docs](https://hapijs.com/api/17.0.1#-responsebyteslength)
(length: number)
| 137 | * [See docs](https://hapijs.com/api/17.0.1#-responsebyteslength) |
| 138 | */ |
| 139 | bytes(length: number): ResponseObject; |
| 140 | |
| 141 | /** |
| 142 | * Controls the 'Content-Type' HTTP header 'charset' property of the response. |
no outgoing calls
no test coverage detected