Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-20 | Document the same_site changes | Loïc Hoguin | |
And explain that browsers may be more strict over TCP vs TLS. | |||
2020-03-19 | Document the new cow_cookie functions | Loïc Hoguin | |
2020-03-06 | Add cow_cookie:parse_set_cookie/1 | Loïc Hoguin | |
Also do minor fixes to cow_cookie:parse_cookie/1. There is a potential incompatibility from these changes, because now a header "Cookie: foo" will be translated to a cookie with an empty name and value "foo", instead of cookie name "foo" and empty value. Also cookie names starting with $ are no longer ignored. These fixes are necessary for the cookies test suite from Web platform tests to work, and match the upcoming cookie RFC. | |||
2019-10-10 | Fix cookie_opts() type in code and documentation | Loïc Hoguin | |
It's supposed to be a map, not a proplist. | |||
2019-10-04 | Add manual for cow_cookie | Loïc Hoguin | |