curl-cookiejar: Parsing and pretty-printing of cURL/wget cookie jars

[ library, mit, web ] [ Propose Tags ]

See README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies attoparsec, base (>=4.10 && <5), bytestring, conduit, conduit-extra, http-client, time [details]
License MIT
Copyright 2019 Plow Technologies
Author Edward Amsden
Maintainer edward.amsden@plowtech.net
Category Web
Home page https://github.com/plow-technologies/curl-cookiejar#readme
Bug tracker https://github.com/plow-technologies/curl-cookiejar/issues
Source repo head: git clone https://github.com/plow-technologies/curl-cookiejar
Uploaded by eamsden at 2019-03-26T19:33:28Z
Distributions NixOS:0.1.0.0
Downloads 607 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-26 [all 1 reports]

Readme for curl-cookiejar-0.1.0.0

[back to package description]

curl-cookiejar: Read cURL/wget cookie jar files

This library provides parsers and pretty-printers which interface the Cookie CookieJar types defined by the http-client Haskell library with cookie jar files written and read buy the cURL and wget command line utilities.