summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index a703f187c..158af2230 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -774,3 +774,13 @@ Glossary
Values injected as names into a renderer based on application
policy. See :ref:`adding_renderer_globals` for more
information.
+
+ response callback
+ A user-defined callback executed by the :term:`router` at a
+ point after a :term:`response` object is successfully created.
+ See :ref:`using_response_callbacks`.
+
+ finished callback
+ A user-defined callback executed by the :term:`router`
+ unconditionally at the very end of request processing . See
+ :ref:`using_finished_callbacks`.