Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dhttpexceptions.txt39 .. autoexception:: HTTPRequestURITooLong
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dexceptions.txt43 .. autoexception:: HTTPRequestURITooLong
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dmisc_test.py41 self.assertRaises(webob.exc.HTTPRequestURITooLong, webapp2.abort, 414)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py508 class HTTPRequestURITooLong(HTTPClientError): class
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dexc.py806 class HTTPRequestURITooLong(HTTPClientError): class