Package: @effect/platform
Module: Cookies
Parse a cookie header into a record of key-value pairs
Adapted from https://github.com/fastify/fastify-cookie under MIT License
Signature
declare const parseHeader: (header: string) => Record<string, string>
Since v1.0.0