mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
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. |
||
|---|---|---|
| .. | ||
| helper.rb | ||
| simplecov_start.rb | ||
| test_http_cookie.rb | ||
| test_http_cookie_jar.rb | ||