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

Feature/cookie filter #31

Open andrewstuart opened 5 years ago

andrewstuart commented 5 years ago

This should help address #29, as well as pretty much any other possible decisions clients may want to make about which cookies should be persisted.

It has changed the code layout quite a bit, and will persist more on disk (so that decisions can continue to be made based on original input data) but should be logically equivalent and extra flexible.