diff options
author | Loïc Hoguin <[email protected]> | 2020-03-02 14:31:02 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-03-06 11:01:21 +0100 |
commit | 4b9da5965cd3c8fe93639eddcb8973407f86bbb7 (patch) | |
tree | 4adbc5e5b128591a25632eec074e6108fb12abcd /src/cow_ws.erl | |
parent | bbb6e57123ca12ad18e88f4a6e28b866afa3ed5a (diff) | |
download | cowlib-4b9da5965cd3c8fe93639eddcb8973407f86bbb7.tar.gz cowlib-4b9da5965cd3c8fe93639eddcb8973407f86bbb7.tar.bz2 cowlib-4b9da5965cd3c8fe93639eddcb8973407f86bbb7.zip |
Add cow_cookie:parse_set_cookie/1
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.
Diffstat (limited to 'src/cow_ws.erl')
0 files changed, 0 insertions, 0 deletions