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