circuits.web.dispatchers.dispatcher module

Dispatcher

This module implements a basic URL to Channel dispatcher. This is the default dispatcher used by circuits.web

class circuits.web.dispatchers.dispatcher.Dispatcher(**kwargs)

Bases: circuits.core.components.BaseComponent

channel = 'web'
circuits.web.dispatchers.dispatcher.find_handlers(req, paths)
circuits.web.dispatchers.dispatcher.resolve_methods(parts)
circuits.web.dispatchers.dispatcher.resolve_path(paths, parts)