BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:web-cookiejar-0.1.3.2@sha256:5e589640427ee8719769dc126c930122720b21835924fb963dab88f557ff258f,2938

Module documentation for 0.1.3.2

A library that provides parsing and printing functions that read and write web cookies stored in the Netscape/Mozilla cookie jar file format; also the format used by curl.

See the README for a simple usage example

Changes

Revision history for web-cookiejar

web-cookiejar uses PVP Versioning.

0.1.3.2 – 2026-06-20

  • Relax the upper bound of the QuickCheck dependency

0.1.3.1 – 2026-01-14

  • Relax the upper bound of the time dependency

0.1.3.0 – 2025-06-25

  • Add usingCookiesFromFile’ which reorders args of usingCookiesFromFile for ease of use

0.1.2.0 – 2025-06-24

  • Export constructor for BadJarFile; correcting a mistake in 0.1.1.0

0.1.1.0 – 2025-06-23

  • Relax the upper bound of the QuickCheck test dependency
  • Add combinators that simplify common usage with http-client

0.1.0.0 – 2025-04-07

  • Initial version.