summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
blob: 42413ca73cffc611cc1d4516f4831df8cb812cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _urldispatch_chapter:

URL Dispatch
============

It is more common for :mod:`repoze.bfg` users to rely on
:term:`traversal` to map URLs to code.  However, :mod:`repoze.bfg` can
also map URLs to code via :term:`URL dispatch` using the
:term:`Routes` framework.

Please see the :ref:`urldispatch_module` module API documentation for
more information on using :term:`URL dispatch` with :mod:`repoze.bfg`.