http-cookie/lib/http/cookie_jar
Akinori MUSHA 299bb24550 add(): Stop deleting an existing cookie when storing an expired cookie.
This is a backout of what I've done previously.  Expiration check is
better done in extraction where a user can optionally specify a base
date.

Add an internal method delete() to delete an existing cookie.
2013-03-27 14:58:22 +09:00
..
abstract_saver.rb Reduce warnings. 2013-03-15 12:31:19 +09:00
abstract_store.rb Reduce warnings. 2013-03-15 12:31:19 +09:00
cookiestxt_saver.rb CookiestxtSaver: Hide HttpOnly cookies from old browsers. 2013-03-26 15:37:50 +09:00
hash_store.rb add(): Stop deleting an existing cookie when storing an expired cookie. 2013-03-27 14:58:22 +09:00
yaml_saver.rb Fix a terrible typo that kept YAMLServer from working. :( 2013-03-15 19:24:20 +09:00