effect-io-ai

Package: @effect/platform
Module: Cookies

Cookies.parseHeader

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>

Source

Since v1.0.0