Home
last modified time | relevance | path

Searched defs:auth_header (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py1052 auth_header = 'Authorization' variable in HTTPBasicAuthHandler
1063 auth_header = 'Proxy-authorization' variable in ProxyBasicAuthHandler
1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument
1233 auth_header = 'Authorization' variable in HTTPDigestAuthHandler
1246 auth_header = 'Proxy-Authorization' variable in ProxyDigestAuthHandler
/third_party/python/Lib/test/
Dtest_urllib2.py1628 def _test_basic_auth(self, opener, auth_handler, auth_header, argument