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

Module documentation for 0.1.3.1

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