From 878328bdfc3b5ac832f1728e4a0461e3129cf8d4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 03:46:22 +0000 Subject: Latex rendering. Documentation licensing. --- docs/narr/router.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/narr/router.rst') diff --git a/docs/narr/router.rst b/docs/narr/router.rst index 09b931627..48a068626 100644 --- a/docs/narr/router.rst +++ b/docs/narr/router.rst @@ -1,9 +1,7 @@ .. _router_chapter: -How :mod:`repoze.bfg` Processes A Request -========================================= - -.. image:: router.png +Request Processing +================== Once a :mod:`repoze.bfg` application is up and running, it is ready to accept requests and return responses. @@ -93,9 +91,12 @@ processing? attributes are used to generate a WSGI response. The response is sent back to the upstream WSGI server. +.. image:: router.png + This is a very high-level overview that leaves out various details. For more detail about subsystems invoked by the BFG router (like traversal, URL dispatch, views, and events), see :ref:`url_mapping_chapter`, :ref:`traversal_chapter`, :ref:`urldispatch_chapter`, :ref:`views_chapter`, and :ref:`events_chapter`. + -- cgit v1.2.3