circuits.web.dispatchers.dispatcher module
Dispatcher
This module implements a basic URL to Channel dispatcher.
This is the default dispatcher used by circuits.web
-
circuits.web.dispatchers.dispatcher.resolve_path(paths, parts)
-
circuits.web.dispatchers.dispatcher.resolve_methods(parts)
-
circuits.web.dispatchers.dispatcher.find_handlers(req, paths)
-
class circuits.web.dispatchers.dispatcher.Dispatcher(**kwargs)
Bases: circuits.core.components.BaseComponent
-
channel = 'web'