doc/api/web.rst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 16:39:51 +0100
changeset 11154 221febada1e8
parent 10494 b6f00889355c
permissions -rw-r--r--
[wsgi] fix handling of multiple posted files We were only keeping the last received file.

.. _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