Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
Dtest_httpexceptions.py22 ,HTTPRedirection)
24 ,HTTPRedirection)
25 assert isinstance(HTTPFound('/foobar'),HTTPRedirection)
85 assert isinstance(redirect,HTTPRedirection)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py294 class HTTPRedirection(HTTPException): class
304 class _HTTPMove(HTTPRedirection):
333 HTTPRedirection.__init__(self, location, headers, comment)
375 class HTTPNotModified(HTTPRedirection):
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py350 class HTTPRedirection(WSGIHTTPException): class
455 class _HTTPMove(HTTPRedirection):
558 class HTTPNotModified(HTTPRedirection):
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dhttpexceptions.txt17 .. autoexception:: HTTPRedirection
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt12 .. autoexception:: HTTPRedirection