* Sets an HTTP cookie where: * @param name - the cookie name. * @param value - the cookie value. If no options.encoding is defined, must be a string. See server.state() for supported encoding values. * @param options - (optional) configuration. If the state was previously registered w
(name: string, value: object | string, options?: ServerStateCookieOptions | undefined)
| 265 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-responsestatename-value-options) |
| 266 | */ |
| 267 | state(name: string, value: object | string, options?: ServerStateCookieOptions | undefined): ResponseObject; |
| 268 | |
| 269 | /** |
| 270 | * Sets a string suffix when the response is process via JSON.stringify() where: |
no outgoing calls
no test coverage detected