2017-09-14 13:33:36 +00:00
|
|
|
# Summary
|
|
|
|
|
|
|
|
|
|
* [Introduction](README.md)
|
2017-09-18 05:30:03 +00:00
|
|
|
* Basics
|
|
|
|
|
* [Route syntax](basics.md#route-syntax)
|
|
|
|
|
* [Router](basics.md#router)
|
|
|
|
|
* [Path-based Routing](basics.md#path-based-routing)
|
|
|
|
|
* [Name-based Routing](basics.md#name-based-routing)
|
|
|
|
|
* [Route data](basics.md#route-data)
|
|
|
|
|
* [Different Routers](basics.md#different-routers)
|
|
|
|
|
* Advanced
|
|
|
|
|
* [Route conflicts](route_conflicts.md)
|
|
|
|
|
* [Route Validation](route_validation.md)
|
|
|
|
|
* [Configuring routers](configuring_routers.md)
|
|
|
|
|
* Ring
|
|
|
|
|
* [Ring-router](ring.md)
|
|
|
|
|
* [Dynamic extensions](dynamic_extensions.md)
|
|
|
|
|
* [Parameter coercion](parameter_coercion.md)
|
|
|
|
|
* [Compiling middleware](compiling_middleware.md)
|
2017-09-14 13:33:36 +00:00
|
|
|
* TODO: Swagger & OpenAPI
|
|
|
|
|
* TODO: Interceptors
|