summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/events.rst8
-rw-r--r--docs/api/interfaces.rst6
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/api/events.rst b/docs/api/events.rst
index cad199be3..53fdeda86 100644
--- a/docs/api/events.rst
+++ b/docs/api/events.rst
@@ -10,14 +10,20 @@ Functions
.. autofunction:: subscriber
+.. _event_types:
+
Event Types
~~~~~~~~~~~
+.. autoclass:: ApplicationCreated
+
.. autoclass:: NewRequest
+.. autoclass:: ContextFound
+
.. autoclass:: NewResponse
-.. autoclass:: WSGIApplicationCreatedEvent
+.. autoclass:: FinishedRequest
See :ref:`events_chapter` for more information about how to register
code which subscribes to these events.
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst
index bda636940..974ab2ae9 100644
--- a/docs/api/interfaces.rst
+++ b/docs/api/interfaces.rst
@@ -8,13 +8,13 @@
Event-Related Interfaces
++++++++++++++++++++++++
- .. autointerface:: IAfterTraversal
+ .. autointerface:: IApplicationCreated
.. autointerface:: INewRequest
- .. autointerface:: INewResponse
+ .. autointerface:: IContextFound
- .. autointerface:: IWSGIApplicationCreatedEvent
+ .. autointerface:: INewResponse
Other Interfaces
++++++++++++++++