* Same as calling [server.state()](https://github.com/hapijs/hapi/blob/master/API.md#server.state()).
(name: string, options?: ServerStateCookieOptions | undefined)
| 55 | * Same as calling [server.state()](https://github.com/hapijs/hapi/blob/master/API.md#server.state()). |
| 56 | */ |
| 57 | add(name: string, options?: ServerStateCookieOptions | undefined): void; |
| 58 | |
| 59 | /** |
| 60 | * Formats an HTTP 'Set-Cookie' header based on the server.options.state where: |
no outgoing calls
no test coverage detected