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

Module documentation for 0.1.3.0

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.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.