Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py879 auth_header = 'Authorization' variable in HTTPBasicAuthHandler
891 auth_header = 'Proxy-authorization' variable in ProxyBasicAuthHandler
942 def http_error_auth_reqed(self, auth_header, host, req, headers): argument
1066 auth_header = 'Authorization' variable in HTTPDigestAuthHandler
1079 auth_header = 'Proxy-Authorization' variable in ProxyDigestAuthHandler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py1173 def _test_basic_auth(self, opener, auth_handler, auth_header, argument