Home
last modified time | relevance | path

Searched defs:PROXY_AUTH (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/auth/
H A DAUTH.java54 public static final String PROXY_AUTH = "Proxy-Authenticate"; field in AUTH
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/auth/
H A DAUTH.java54 public static final String PROXY_AUTH = "Proxy-Authenticate"; field in AUTH
/dports/devel/py-pyhcl/pyhcl-0.4.4/tests/fixtures/
H A Dfunction.json8 "PROXY_AUTH": "join(\":\",var.proxy_username,var.proxy_password)" string
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/
H A DHttpAuthenticator.java91 public static final String PROXY_AUTH = "Proxy-Authenticate"; field in HttpAuthenticator