The LWPCookieJar saves a sequence of"Set-Cookie3" lines.
"Set-Cookie3" is the format used by the libwww-perl libary, not
known to be compatible with any browser, but which is easy to read and
doesn't lose information about RFC 2965 cookies.
|
|
| _really_load(self,
f,
filename,
ignore_discard,
ignore_expires) |
|
|
|
|
as_lwp_str(self,
ignore_discard=True,
ignore_expires=True)
Return cookies as a string of "
"-separated "Set-Cookie3" headers. |
|
|
|
|
save(self,
filename=None,
ignore_discard=False,
ignore_expires=False)
Save cookies to a file. |
|
|
|
Inherited from cookielib.FileCookieJar:
__init__,
load,
revert
Inherited from cookielib.CookieJar:
__iter__,
__len__,
__repr__,
__str__,
add_cookie_header,
clear,
clear_expired_cookies,
clear_session_cookies,
extract_cookies,
make_cookies,
set_cookie,
set_cookie_if_ok,
set_policy
|