juju / persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies
BSD 3-Clause "New" or "Revised" License
113 stars 76 forks source link

persist cookies; simplify API. #6

Closed rogpeppe closed 9 years ago

rogpeppe commented 9 years ago

We make the default Options to persist using the standard public suffix list. We lose the exported Merge, WriteTo and ReadFrom methods in favour of just doing thing automatically.

We also make the merge work correctly when the public suffix list changes, which requires changing the serialization format.

mhilton commented 9 years ago

:+1: LGTM

jrwren commented 9 years ago

:+1: