forked from orbit-oss/flask
Added docs for the error handler rework
This commit is contained in:
parent
dac45f6c5d
commit
9d3c4bbb8c
3 changed files with 72 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue