HomeSort by relevance Sort by last modified time
    Searched refs:auth_header (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 869 if req.headers.get(self.auth_header, None) == auth:
871 req.add_unredirected_header(self.auth_header, auth)
879 auth_header = 'Authorization' variable in class:HTTPBasicAuthHandler
891 auth_header = 'Proxy-authorization' variable in class:ProxyBasicAuthHandler
1066 auth_header = 'Authorization' variable in class:HTTPDigestAuthHandler
1079 auth_header = 'Proxy-Authorization' variable in class:ProxyDigestAuthHandler
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py     [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py     [all...]

Completed in 658 milliseconds