Module gotham::router::route::dispatch[][src]

Defines the route Dispatcher and supporting types.

Structs

DispatcherImpl

Default implementation of the Dispatcher trait.

Traits

Dispatcher

Used by Router to dispatch requests via pipelines and finally into the configured Handler.