Searched refs:HTTPUseProxy (Results 1 – 6 of 6) sorted by relevance
22 .. autoexception:: HTTPUseProxy
26 .. autoexception:: HTTPUseProxy
23 assert isinstance(HTTPUseProxy(headers=[('LOCATION','/bing')])
25 self.assertRaises(webob.exc.HTTPUseProxy, webapp2.abort, 305)
390 class HTTPUseProxy(_HTTPMove): class
573 class HTTPUseProxy(_HTTPMove): class