Home
last modified time | relevance | path

Searched refs:HTTPUnauthorized (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dbasic.py24 from paste.httpexceptions import HTTPUnauthorized
38 return HTTPUnauthorized(headers=head)
Ddigest.py32 from paste.httpexceptions import HTTPUnauthorized
103 return HTTPUnauthorized(headers=head)
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dhttpexceptions.txt26 .. autoexception:: HTTPUnauthorized
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt30 .. autoexception:: HTTPUnauthorized
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dmisc_test.py28 self.assertRaises(webob.exc.HTTPUnauthorized, webapp2.abort, 401)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py430 class HTTPUnauthorized(HTTPClientError): class
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py623 class HTTPUnauthorized(HTTPClientError): class
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt543 * Changed ``paste.httpexceptions.HTTPUnauthorized`` so that the