Added docs for the error handler rework

This commit is contained in:
Phil Schaf 2015-04-11 16:57:17 +02:00
parent dac45f6c5d
commit 9d3c4bbb8c
3 changed files with 72 additions and 2 deletions

View file

@ -701,6 +701,8 @@ Note the ``404`` after the :func:`~flask.render_template` call. This
tells Flask that the status code of that page should be 404 which means
not found. By default 200 is assumed which translates to: all went well.
See :ref:`error-handlers` for more details.
.. _about-responses:
About Responses