mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
It looks like documentation references to `ring-router` are left-overs from early README examples - I couldn't find any code that ever used the name. The Ring router named `reitit.ring/router`. While it didn't take too long for me to realize why my `ring-router` was not working, I had to look the examples to figure out the name of the function was just `router` - which was confusing since the section header stated `reitit-router`. |
||
|---|---|---|
| .. | ||
| coercion.md | ||
| compiling_middleware.md | ||
| content_negotiation.md | ||
| data_driven_middleware.md | ||
| default_handler.md | ||
| default_middleware.md | ||
| dynamic_extensions.md | ||
| exceptions.md | ||
| middleware_registry.md | ||
| RESTful_form_methods.md | ||
| reverse_routing.md | ||
| ring.md | ||
| route_data_validation.md | ||
| slash_handler.md | ||
| static.md | ||
| swagger.md | ||
| transforming_middleware_chain.md | ||