* Parses an HTTP 'Cookies' header based on the server.options.state where: * @param header - the HTTP header. * @return Return value: an object where each key is a cookie name and value is the parsed cookie. * Note that this utility uses the server configuration but does not change th
(header: string)
| 76 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-async-serverstatesparseheader) |
| 77 | */ |
| 78 | parse(header: string): Promise<Record<string, string>>; |
| 79 | } |
no outgoing calls
no test coverage detected