summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
blob: 7193fd11b1943999cdc8d63a8f1861f0ee2dc5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _interfaces_module:

:mod:`pyramid.interfaces`
----------------------------

.. automodule:: pyramid.interfaces

Event-Related Interfaces
++++++++++++++++++++++++

  .. autointerface:: IApplicationCreated

  .. autointerface:: INewRequest

  .. autointerface:: IContextFound

  .. autointerface:: INewResponse

Other Interfaces
++++++++++++++++

  .. autointerface:: IExceptionResponse

  .. autointerface:: IRoute

  .. autointerface:: IRoutePregenerator