Searched refs:HTTPProxyAuthenticationRequired (Results 1 – 5 of 5) sorted by relevance
32 .. autoexception:: HTTPProxyAuthenticationRequired
36 .. autoexception:: HTTPProxyAuthenticationRequired
34 self.assertRaises(webob.exc.HTTPProxyAuthenticationRequired, webapp2.abort, 407)
470 class HTTPProxyAuthenticationRequired(HTTPClientError): class
710 class HTTPProxyAuthenticationRequired(HTTPClientError): class