class documentation

class HTTPProxyAuth(HTTPBasicAuth): (source)

View In Hierarchy

Attaches HTTP Proxy Authentication to a given Request object.

Method __call__ Undocumented

Inherited from HTTPBasicAuth:

Method __eq__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Instance Variable password Undocumented
Instance Variable username Undocumented
def __call__(self, r): (source)

Undocumented