mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Add a note about the for_domain flag in the rdoc for CookieJar#add().
This commit is contained in:
parent
787a0edbb9
commit
2ef3e42067
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ class HTTP::CookieJar
|
|||
# any case. A given cookie must have domain and path attributes
|
||||
# set, or ArgumentError is raised.
|
||||
#
|
||||
# Whether a cookie with the `for_domain` flag on overwrites another
|
||||
# with the flag off or vice versa depends on the store used. See
|
||||
# individual store classes for that matter.
|
||||
#
|
||||
# ### Compatibility Note for Mechanize::Cookie users
|
||||
#
|
||||
# In HTTP::Cookie, each cookie object can store its origin URI
|
||||
|
|
|
|||
Loading…
Reference in a new issue