Files
pecan/docs/source/pecan_hooks.rst
2011-03-06 14:21:51 -05:00

12 lines
356 B
ReStructuredText

.. _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: