http-cookie/lib/http/cookie_jar
Akinori MUSHA 8b78e3d1e4 CookiestxtSaver: Prefix the domain field with a dot if the domain flag is on.
The leading dot itself should be meaningless since there is the second
field to tell if the cookie is issued for a domain and that was the
reason I once removed it, but on second thought it doesn't hurt to put
one.
2013-03-26 15:37:50 +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: Prefix the domain field with a dot if the domain flag is on. 2013-03-26 15:37:50 +09:00
hash_store.rb Do not touch and yield a cookie that should not be sent. 2013-03-26 01:43:06 +09:00
yaml_saver.rb Fix a terrible typo that kept YAMLServer from working. :( 2013-03-15 19:24:20 +09:00