Jamie Lennox fe37c6cc3a Support Cookies
Cookies are treated unusually in requests. To handle them exactly as
requests does we would need to create httplib responses with headers and
pass those back. This would be a significant change that is a little
tricky. Instead use the available requests cookies handlers to merge the
cookies into the responses returned from the adapter.

Provide a way to create and preload a CookieJar that will be returned as
part of responses. We also provide the dict interface that requests
does. We don't really have a lot of choice here as these interfaces are
supported by the cookie apis and we would need to actively work around
things to remove that interface.

Change-Id: Ifc1253abc1b4004e81aa7bffad1faf32aedd0d4c
Closes-Bug: #1480835
2015-11-18 12:00:09 +11:00
..
2015-01-19 14:14:28 +10:00
2015-01-19 14:14:28 +10:00
2014-06-23 22:37:36 +10:00
2014-06-23 16:03:40 +10:00
2015-01-19 14:14:28 +10:00
2015-01-19 14:14:28 +10:00
2014-06-16 14:53:48 +10:00
2014-06-16 14:53:48 +10:00
2015-01-19 14:14:28 +10:00
2015-01-19 14:14:28 +10:00
2015-01-19 14:14:28 +10:00
2014-06-16 22:36:56 +10:00
2015-11-18 12:00:09 +11:00