File: pecan_hooks.rst

package info (click to toggle)
python-pecan 1.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,296 kB
  • sloc: python: 10,389; makefile: 131; sh: 17
file content (12 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (7)
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: