summaryrefslogtreecommitdiff
path: root/docs/source/pecan_hooks.rst
blob: 71587d7f1de50fc443c208cc160223f9298f1439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.. _pecan_hooks:

:mod:`pecan.hooks` -- Pecan Hooks
=================================

The :mod:`pecan.hooks` module includes support for creating Pecan
``hooks`` which are a simple way to hook into the request processing
of requests coming into your application to perform cross-cutting tasks.

.. automodule:: pecan.hooks
  :members:
  :show-inheritance: