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(*args, **kwargs)¶
Bases:
BaseComponent
initializes x; see x.__class__.__doc__ for signature
- channel = 'web'¶