doc/api/web.rst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 14 Oct 2015 16:30:45 +0200
changeset 10806 bd98cd3b7869
parent 10494 b6f00889355c
permissions -rw-r--r--
[server/test] import StringIO from io on python3 Don't change the import for python2, as we print a mix of unicode and str.

.. _web_module:

:mod:`cubicweb.web`
===================

.. automodule:: cubicweb.web

    Exceptions
    ----------

    .. autoexception:: DirectResponse
    .. autoexception:: InvalidSession
    .. autoexception:: PublishException
    .. autoexception:: LogOut
    .. autoexception:: Redirect
    .. autoexception:: StatusResponse
    .. autoexception:: RequestError
    .. autoexception:: NothingToEdit
    .. autoexception:: ProcessFormError
    .. autoexception:: NotFound
    .. autoexception:: RemoteCallFailed