Description
A Haskell library for parsing and rendering HTTP cookies. It helps web clients and servers read Set-Cookie headers, build Cookie headers, and handle cookie attributes.
Developers use it in web frameworks, HTTP clients, and authentication flows. Cookie handling affects privacy and security, so flags such as Secure, HttpOnly, SameSite, path, and expiration matter.