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
112 stars 75 forks source link

Add extra jar manipulations #15

Closed mhilton closed 8 years ago

mhilton commented 8 years ago

Add AllCookies which returns all cookies addressed to a path or any subpath. Also add RemoveCookie to remove a particular cookie.

rogpeppe commented 8 years ago

Looks reasonable, but I wonder if a simpler method might be easier and more versatile.

mattyw commented 8 years ago

LGTM - but I'm feeling nitpicky

rogpeppe commented 8 years ago

LGTM thanks!