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

  /external/libweave/src/privet/
privet_manager.cc 129 std::string auth_header = request->GetFirstHeader(http::kAuthorization); local
139 request->GetPath(), auth_header, dictionary,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 882 if req.headers.get(self.auth_header, None) == auth:
884 req.add_unredirected_header(self.auth_header, auth)
892 auth_header = 'Authorization' variable in class:HTTPBasicAuthHandler
904 auth_header = 'Proxy-authorization' variable in class:ProxyBasicAuthHandler
1079 auth_header = 'Authorization' variable in class:HTTPDigestAuthHandler
1092 auth_header = 'Proxy-Authorization' variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 882 if req.headers.get(self.auth_header, None) == auth:
884 req.add_unredirected_header(self.auth_header, auth)
892 auth_header = 'Authorization' variable in class:HTTPBasicAuthHandler
904 auth_header = 'Proxy-authorization' variable in class:ProxyBasicAuthHandler
1079 auth_header = 'Authorization' variable in class:HTTPDigestAuthHandler
1092 auth_header = 'Proxy-Authorization' variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 882 if req.headers.get(self.auth_header, None) == auth:
884 req.add_unredirected_header(self.auth_header, auth)
892 auth_header = 'Authorization' variable in class:HTTPBasicAuthHandler
904 auth_header = 'Proxy-authorization' variable in class:ProxyBasicAuthHandler
1079 auth_header = 'Authorization' variable in class:HTTPDigestAuthHandler
1092 auth_header = 'Proxy-Authorization' variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 882 if req.headers.get(self.auth_header, None) == auth:
884 req.add_unredirected_header(self.auth_header, auth)
892 auth_header = 'Authorization' variable in class:HTTPBasicAuthHandler
904 auth_header = 'Proxy-authorization' variable in class:ProxyBasicAuthHandler
1079 auth_header = 'Authorization' variable in class:HTTPDigestAuthHandler
1092 auth_header = 'Proxy-Authorization' variable in class:ProxyDigestAuthHandler
    [all...]

Completed in 106 milliseconds