Home | Trees | Indices | Help |
|
---|
|
object --+ | httxobject.HttxObject --+ | HttxCookieJar
An CookieJar holder to enable deepcopy semantics with locking.
CookieJars already lock access to the internals, but cannot be deepcopied, which prevents separation of cookiejars into different domains as achieved with different HttxOptions
A light wrapper over CookieJar with a lock for deepcopy and access to the internal variable _cookies is needed to achieve deepcopy and therefore enable separation of domains
|
|||
|
|||
HttxCookieJar |
|
||
|
|||
|
|||
Inherited from |
|
|||
urllib2 CookieJar |
cookiejar CookieJar object holding the cookies |
||
Inherited from |
|
|||
Inherited from |
|
Constructor. It delegates construction to the base class HttxObject and initializes the member variables
|
Deepcopy support. The lock prevents access from any other part of the library to this CookieJar, enabling a deepcopy of the private variable into the private variable of the clone to enable separation of domains for CookieJar objects The existing RLock in the CookieJar objects forbids direct deepcopy
|
Add a cookie header to the request if needed This is a simple stub for CookieJar add_cookie_header
|
Extract cookies from the response, using request as a basis to do so This is a simple stub for CookieJar extract_cookies
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 13 14:56:41 2011 | http://epydoc.sourceforge.net |