Home
last modified time | relevance | path

Searched refs:ProxyBasicAuthHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/library/
Durllib.request.rst376 .. class:: ProxyBasicAuthHandler(password_mgr=None)
1005 ProxyBasicAuthHandler Objects
1009 .. method:: ProxyBasicAuthHandler.http_error_407(req, fp, code, msg, hdrs)
1271 :class:`ProxyBasicAuthHandler`. ::
1274 proxy_auth_handler = urllib.request.ProxyBasicAuthHandler()
/third_party/python/Lib/test/
Dtest_urllib2.py1528 auth_handler = urllib.request.ProxyBasicAuthHandler(password_manager)
/third_party/python/Lib/urllib/
Drequest.py1061 class ProxyBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): class
/third_party/python/Misc/
DHISTORY18196 - Patch #1470846: fix urllib2 ProxyBasicAuthHandler.