Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-auth.c233 soup_auth_new (GType type, SoupMessage *msg, const char *auth_header) in soup_auth_new()
285 soup_auth_update (SoupAuth *auth, SoupMessage *msg, const char *auth_header) in soup_auth_update()
Dsoup-connection-auth.c122 GString *auth_header; in soup_connection_auth_update() local
Dsoup-auth-ntlm.c300 const char *auth_header, gpointer state) in soup_auth_ntlm_update_connection()
/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.py1610 def _test_basic_auth(self, opener, auth_handler, auth_header, argument