Akinori MUSHA
|
7fa5b10df6
|
HTTP::CookieJar#each: Take an optional URL/URI which is used as a scope.
Do not call cleanup in each or cookies.
|
2012-10-22 15:08:08 +09:00 |
|
Akinori MUSHA
|
7c5ac21d0f
|
HTTP::CookieJar#cleanup: Use delete_if.
|
2012-10-22 15:03:36 +09:00 |
|
Akinori MUSHA
|
b7254599bd
|
Try not to expose @jar in normal methods.
|
2012-10-22 14:52:30 +09:00 |
|
Akinori MUSHA
|
c7247cf965
|
HTTP::CookieJar#empty?: Optimize.
|
2012-10-22 14:51:59 +09:00 |
|
Akinori MUSHA
|
1731b155e6
|
HTTP::CookieJar#add: Check if both the domain and path of the cookie are set.
|
2012-10-22 14:50:49 +09:00 |
|
Akinori MUSHA
|
fa45e028a7
|
Treat an empty path as '/'.
HTTP::CookieJar#cookies: Do not modify a given URI. Remove a
redundant cleanup() call.
|
2012-10-22 14:21:46 +09:00 |
|
Akinori MUSHA
|
24e9b26004
|
HTTP::CookieJar#add: Use the hostname of domain_name.
|
2012-10-22 12:59:08 +09:00 |
|
Akinori MUSHA
|
c727d39076
|
Move cookies.txt parser and serializer from HTTP::CookieJar to HTTP::Cookie.
Fix a bug where anything after '#' in cookies.txt are removed.
|
2012-10-22 03:30:01 +09:00 |
|
Akinori MUSHA
|
95c702f99b
|
Rename HTTP::CookieJar#add! to HTTP::CookieJar#add removing the original #add.
|
2012-10-22 02:39:20 +09:00 |
|
Akinori MUSHA
|
ae4a9d8d40
|
Make HTTP::Cookie Comparable.
|
2012-10-22 01:02:00 +09:00 |
|
Akinori MUSHA
|
aa64d3d98b
|
Rename HTTP::Cookie#clear! to clear.
|
2012-10-21 23:48:57 +09:00 |
|
Akinori MUSHA
|
060fc63c2a
|
Import cookie related stuff from Mechanize.
|
2012-10-14 18:52:52 +09:00 |
|