Home
last modified time | relevance | path

Searched refs:WSGIHTTPException (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
Dexc.py216 class WSGIHTTPException(Response, HTTPException): class
281 if WSGIHTTPException.body_template_obj is not self.body_template_obj:
341 class HTTPError(WSGIHTTPException):
350 class HTTPRedirection(WSGIHTTPException):
360 class HTTPOk(WSGIHTTPException):
1136 and obj is not WSGIHTTPException):
/external/chromium-trace/catapult/third_party/WebOb/docs/modules/
Dexceptions.txt10 .. autoexception:: WSGIHTTPException
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dnews.txt517 * Make sure ``WSGIHTTPException`` instances return the same headers for ``HEAD``
725 * Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list of
788 * Fix issue with WSGIHTTPException inadvertently generating unicode body
868 * Support passing Unicode bodies to :class:`WSGIHTTPException`