Set, clear, and parse cookies in your Koa application
-
Updated
May 23, 2026 - TypeScript
Set, clear, and parse cookies in your Koa application
This project contains tools to help manage cookies: Delete cookie, check existence, check value
🍪 Cookie and Set-Cookie parser and serializer
Lint Set-Cookie headers for security locally — missing HttpOnly/Secure/SameSite, SameSite=None without Secure, over-broad Domain, and __Host-/__Secure- prefix violations that make browsers silently drop your cookie. Deterministic CLI, JSON/MD reports.
Removes unsupported headers from responses, restoring modern websites' functionality on older web browsers.
[READ ONLY] Athenaeum Http Cookies package - see https://github.com/aedart/athenaeum
Add a description, image, and links to the set-cookie topic page so that developers can more easily learn about it.
To associate your repository with the set-cookie topic, visit your repo's landing page and select "manage topics."