☰
Module dispatch
Structs
Traits
?
Module
gotham
::
router
::
route
::
dispatch
source
·
[
−
]
Expand description
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
.