Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulrikstrid/ocaml-cookie
Working with cookies in OCaml and Reason
https://github.com/ulrikstrid/ocaml-cookie
cookie session
Last synced: about 2 months ago
JSON representation
Working with cookies in OCaml and Reason
- Host: GitHub
- URL: https://github.com/ulrikstrid/ocaml-cookie
- Owner: ulrikstrid
- License: bsd-3-clause
- Created: 2020-03-02T20:17:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T17:59:56.000Z (about 1 year ago)
- Last Synced: 2024-05-01T14:27:25.659Z (9 months ago)
- Topics: cookie, session
- Language: OCaml
- Homepage: https://ulrikstrid.github.io/ocaml-cookie/
- Size: 245 KB
- Stars: 31
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookie
A Cookie implementation in pure OCaml.
## Session
A ocaml-session implementation heavily based on the cohttp implementation.