mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
17 lines
520 B
Markdown
17 lines
520 B
Markdown
|
|
# Summary
|
||
|
|
|
||
|
|
* [Introduction](README.md)
|
||
|
|
* Routing
|
||
|
|
* [Route syntax](routing/route_syntax.md)
|
||
|
|
* [Routers](routing/routers.md)
|
||
|
|
* [Route metadata](routing/route_metadata.md)
|
||
|
|
* [Route conflicts](routing/route_conflicts.md)
|
||
|
|
* [Ring support](ring.md)
|
||
|
|
* [Parameter coercion](parameter_coercion.md)
|
||
|
|
* [Compiling middleware](compiling_middleware.md)
|
||
|
|
* [Validating route-trees](validating.md)
|
||
|
|
* [Configuring routers](configuring_routers.md)
|
||
|
|
* TODO: Merging route-trees
|
||
|
|
* TODO: Swagger & OpenAPI
|
||
|
|
* TODO: Interceptors
|