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

  /external/chromium-trace/catapult/third_party/webapp2/tests/
misc_test.py 35 self.assertRaises(webob.exc.HTTPRequestTimeout, webapp2.abort, 408)
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py 51 * 408 - HTTPRequestTimeout
475 class HTTPRequestTimeout(HTTPClientError):
  /external/chromium-trace/catapult/third_party/WebOb/webob/
exc.py 46 * 408 - :class:`HTTPRequestTimeout`
723 class HTTPRequestTimeout(HTTPClientError):
    [all...]

Completed in 284 milliseconds