Home
last modified time | relevance | path

Searched refs:HTTPProxyAuthenticationRequired (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dhttpexceptions.txt32 .. autoexception:: HTTPProxyAuthenticationRequired
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt36 .. autoexception:: HTTPProxyAuthenticationRequired
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dmisc_test.py34 self.assertRaises(webob.exc.HTTPProxyAuthenticationRequired, webapp2.abort, 407)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py470 class HTTPProxyAuthenticationRequired(HTTPClientError): class
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py710 class HTTPProxyAuthenticationRequired(HTTPClientError): class