HomeSort by relevance Sort by last modified time
    Searched refs:HTTPSeeOther (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
cas.py 23 from paste.httpexceptions import HTTPSeeOther, HTTPForbidden
28 class CASAuthenticate(HTTPSeeOther):
  /external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
example.py 115 resp = exc.HTTPSeeOther(location=url+'#comment-area')
  /external/chromium-trace/catapult/third_party/webapp2/tests/
misc_test.py 23 self.assertRaises(webob.exc.HTTPSeeOther, webapp2.abort, 303)
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py 36 * 303 - HTTPSeeOther
371 class HTTPSeeOther(_HTTPMove):
  /external/chromium-trace/catapult/third_party/WebOb/webob/
exc.py 32 * 303 - :class:`HTTPSeeOther`
143 :class:`~HTTPFound`, :class:`~HTTPSeeOther`, :class:`~HTTPUseProxy` and
545 class HTTPSeeOther(_HTTPMove):
    [all...]

Completed in 149 milliseconds