| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
httxobject.HttxObject --+
|
HttxAuthCache
An object that caches data from and for authentication requests
|
|||
|
|||
| HttxAuthCache |
|
||
| int |
|
||
|
|||
| tuple |
|
||
|
Inherited from |
|||
|
|||
| dict |
cache holds the cache entries |
||
| defaultdict(int) |
noncecache holds specifically sequestial nonce values for digest authentication |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor. It delegates construction to the base class HttxObject and initializes the member variables
|
Deepcopy support.
|
Get a new nonce_count value for nonce This will increment the cached value and return and cache the incremented value
|
Set a new entry in the cache
|
Get a cache entry for a url The search is done hierarchically, because once authorized in an url all sub-urls (same domain and same initial) path will likely send the same authorization request
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 13 14:56:41 2011 | http://epydoc.sourceforge.net |