Add support for an in-memory cookie store
Review Request #7295 — Created May 8, 2015 and submitted — Latest diff uploaded
There is now support for an in-memory cookie store. This feature can be
enabled via the--in-memory-cookies
command-line option. For
consumers of the API, passingin_memory_cookies=True
to theRBClient
constructor will enable this behaviour as well.
Ran unit tests.
Updated this review request with the
--in-memory-cookies
flag. I was
prompted for my username and password. When updating without the flag,
I am not prompted.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
rbtools/api/request.py |
---|
rbtools/api/transport/sync.py |
---|
rbtools/commands/__init__.py |
---|