urllib.request.AbstractDigestAuthHandler

class urllib.request.AbstractDigestAuthHandler(password_mgr=None)

This is a mixin class that helps with HTTP authentication, both to the remote host and to a proxy. password_mgr, if given, should be something that is compatible with HTTPPasswordMgr; refer to section HTTPPasswordMgr Objects for information on the interface that must be supported.

doc_python
2016-10-07 17:46:48
Comments
Leave a Comment

Please login to continue.