@hackage web-cookiejar0.1.3.1
Parsing/printing of persistent web cookies
Categories
License
BSD-3-Clause
Maintainer
adetokunbo@emio.la
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- attoparsec >=0.14.4 && <0.15
- base >=4.10 && <5
- bytestring >=0.10.8 && <0.11 || >=0.11.3 && <0.13
- directory >=1.3 && <1.4
- http-client >=0.5 && <0.8
- time >=1.8 && <1.17 Show all…
Dependents (1)
@hackage/hstratus-auth
Package Flags
enable-server-test
(off by default)
Build server-test
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