cookie

HTTP cookie parsing and rendering

http://github.com/snoyberg/cookie

Version on this page:0.4.5
LTS Haskell 22.14:0.4.6
Stackage Nightly 2024-03-28:0.4.6
Latest on Hackage:0.5.0

See all snapshots cookie appears in

MIT licensed and maintained by Michael Snoyman
This version can be pinned in stack with:cookie-0.4.5@sha256:22bbe2bea34cfc546eaca2468386035fec521b8dbae52f5aa2f994ed68b35e0e,1448

Module documentation for 0.4.5

cookie

Build Status

HTTP cookie parsing and rendering

Changes

0.4.5

  • Added SameSite=None

0.4.4

  • Dropped dependency on blaze-builder
  • Made cookie text rendering slightly more efficient

0.4.3

  • Added defaultSetCookie #16

0.4.2.1

  • Clarified MIT license

0.4.2

  • Added SameSite #13