package http-cookie
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
HTTP cookie library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
http-cookie-v4.1.0.tbz
sha256=d8dd3505bee94e38d731cae08b7a33a5be3d8ed625c0c47f657d8784e633be02
sha512=1118980e056bece4ebf6ecf24bd6eaa575c8cda1ae37b921ddb044f30cdc42a77c98cf99763a808b45fbb84a55d4abdd1b41a1def6aa037ee7dd797b17365ac6
doc/CHANGES.html
v4.1.0 2021-08-18
- [Change]
of_cookienow validates duplicate cookie keys. - [Change] slightly improve error message for
of_cookieandof_set_cookie - [Fix] Fix IPv6 parsing for H16 values.
v4.0.0 2021-08-16
- [BREAKING-CHANGE] remove module
Same_site. Usesame_sitetype instead. - [New] introduce type
same_siteto replaceSame_sitemodule and to better conform to RFC 6265. - [New] add
of_cookiefeatures an angstrom parser to parse 'Cookie' header value as specified by RFC 6265. - [New] add
pp,pp_date_timeandpp_same_sitepretty prints typet,date_timeandsame_siterespectively. Useful for debugging pruposes. - [New] add
date_timefunction to create validdate_timevalue. - [BREAKING-CHANGE] make
date_timetype abstract - [BREAKING-CHANGE]
to_set_cookie_header_valuehas been removed. Useto_set_cookieinstead. - [BREAKING-CHANGE]
to_cookie_header_valuehas been removed. Useto_cookieinstead. - [BREAKING-CHANGE]
of_cookie_headerhas been removed, Useof_cookieinstead. - [BREAKING-CHANGE] remove
Cookieexception. The library is now exception less, i.e. usesresulttype to denote error scenarios. - [New] add
of_set_cookieto parse HTTPSet-Cookieheader - Add expect tests
v3.1.0 2021-08-11
- Add
update_*functions.
v3.0.0 2020-24-12 UK
- Backwards incompatible change: remove
base-unixdependency. Uses owndate_timeinstead ofUnix.tm.
v2.0.0 2020-09-09 UK
- Rewrite library by removing almost all ppx and external libraries
- Rename package to
http-cookiefromcookies. - Make the
Http_cookiethe 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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page