package http-cookie
Install
Dune Dependency
Authors
Maintainers
Sources
md5=b837250b924eb52aadf1342007c776db
sha512=c9d1e86c83c2e9b440cf22d7d0d37a31da358e95ff2eda2158de164c0add937c626076ca0465b17c2aca1edf0305d1f74e4720bd45edfa938651d340556038ee
CHANGES.md.html
v4.3 2023-01-17
add
expire
functionality (#8 @craff)make http-cookie more lean by removing
fmt
dependency.
v4.2.0 2021-08-21
[Change] makes
http_only
true by default increate
function. This makes the cookie more secure by default.Use mdx in README.md
Update tests
v4.1.0 2021-08-18
[Change]
of_cookie
now validates duplicate cookie keys.[Change] slightly improve error message for
of_cookie
andof_set_cookie
[Fix] Fix IPv6 parsing for H16 values.
v4.0.0 2021-08-16
[BREAKING-CHANGE] remove module
Same_site
. Usesame_site
type instead.[New] introduce type
same_site
to replaceSame_site
module and to better conform to RFC 6265.[New] add
of_cookie
features an angstrom parser to parse 'Cookie' header value as specified by RFC 6265.[New] add
pp
,pp_date_time
andpp_same_site
pretty prints typet
,date_time
andsame_site
respectively. Useful for debugging pruposes.[New] add
date_time
function to create validdate_time
value.[BREAKING-CHANGE] make
date_time
type abstract[BREAKING-CHANGE]
to_set_cookie_header_value
has been removed. Useto_set_cookie
instead.[BREAKING-CHANGE]
to_cookie_header_value
has been removed. Useto_cookie
instead.[BREAKING-CHANGE]
of_cookie_header
has been removed, Useof_cookie
instead.[BREAKING-CHANGE] remove
Cookie
exception. The library is now exception less, i.e. usesresult
type to denote error scenarios.[New] add
of_set_cookie
to parse HTTPSet-Cookie
headerAdd expect tests
v3.1.0 2021-08-11
Add
update_*
functions.
v3.0.0 2020-24-12 UK
Backwards incompatible change: remove
base-unix
dependency. Uses owndate_time
instead ofUnix.tm
.
v2.0.0 2020-09-09 UK
Rewrite library by removing almost all ppx and external libraries
Rename package to
http-cookie
fromcookies
.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.