## dispatch()


Dispatch a request to the appropriate controller.


Usage


``` python
dispatch(path)
```


## Parameters


`path: str`  
Request path.


## Returns


`Controller`  
Matched controller.
