http-cookie/lib/http
Akinori MUSHA dc65a98907 HTTP::Cookie.parse: Change the signature again.
I made the uri parameter optional when I introduced the origin
attribute, but on second thought it should always be given.

I'm making the origin parameter fixed and mandatory again, but this
time it comes next to set_cookie.  This order should look more natural
because the one that comes first is to be parsed.

Since Mechanize::Cookie.parse required the uri parameter to be a URI
object, backward compatibility is still possible.
2013-03-29 01:39:30 +09:00
..
cookie Cookie#cookie_value too should quote values if necessary. 2013-03-28 22:06:19 +09:00
cookie_jar Elaborate on the hash storage model. 2013-03-28 19:13:02 +09:00
cookie.rb HTTP::Cookie.parse: Change the signature again. 2013-03-29 01:39:30 +09:00
cookie_jar.rb Improve documentation. 2013-03-27 18:17:56 +09:00