package http-cookie

  1. Overview
  2. Docs
HTTP cookie library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

http-cookie-v2.0.0.tbz
sha256=e64d180d358435357f902ecc6b583f8f16e104639285ef598240ed386461fb31
sha512=399ce242432553f24925137ac0b4cf5ba7f5ef3f756e0ba3b059233e52116f6738a625479f038b63b5646f1aa0b99b13a5894a49e52e08c94ee41fb541870e90

CHANGES.md.html

v2.0.0 2020-09-09 UK

  • Rewrite library by removing almost all ppx and external libraries

  • Rename package to http-cookie from cookies.

  • Make the Http_cookie the topmost module.

  • Change code formatting to janestreet

  • Document API, generate docs and host it.

v1.0.1 2020-09-09 UK

  • Add compare function

v1.0.0 2020-08-01 UK

  • First release.