Module httxauthcache
source code
HttxLib authcache object to enable cached (or partially cached)
authentication answer to authentication requests
A namedtuple AuthCache is defined for storage in the cache with
the following fields:
-
{headername} if WWW-Authenticate or Proxy-Authenticate was sent
-
{scheme} if Basic, Digest or other
-
{answer} Previous answer
-
{cachedata} Specific data cached to be used if a new auth request is
seen
|
AuthCache
AuthCache(headername, scheme, answer, cachedata)
|
|
HttxAuthCache
An object that caches data from and for authentication requests
|