MIT licensed and maintained by Michael Snoyman
This version can be pinned in stack with:cookie-0.5.0@sha256:8724c49c62cea37d8f581aff6dda015bf61412be03457d263892be68231a91d1,1517

Module documentation for 0.5.0

cookie

Build Status

HTTP cookie parsing and rendering

Changes

0.5.0

  • Remove surrounding double quotes from cookie values when parsing #31

    This is a breaking change, as it changes the behavior of parseCookies and parseSetCookie to no longer include the surrounding double quotes in the cookie value. This is the correct behavior according to the RFC.

0.4.6

  • Resolve redundant import of Data.Monoid #26
  • Added renderSetCookieBS and renderCookiesBS

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