3
0
Fork 0

Add docs for handlers, app handler

This commit is contained in:
Lance Edgar 2023-11-24 15:49:57 -06:00
parent 6b110e567a
commit 4a7729a702
13 changed files with 153 additions and 14 deletions

View file

@ -0,0 +1,10 @@
Overview
========
The :term:`handler` concept is central to the :term:`app` architecture.
They are analogous to "plugins" but only *one* handler is used for a
given purpose. See :doc:`arch`.
So far there is only one handler type defined; see :doc:`app`.