mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +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`.
2.3 KiB
2.3 KiB
Summary
Introduction
Basics
- Route Syntax
- Router
- Path-based Routing
- Name-based Routing
- Route Data
- Route Data Validation
- Route Conflicts
- Error Messages
Coercion
Ring
- Ring Router
- Reverse-routing
- Default handler
- Slash handler
- Static Resources
- Dynamic Extensions
- Data-driven Middleware
- Transforming Middleware Chain
- Middleware Registry
- Exception Handling with Ring
- Default Middleware
- Content Negotiation
- Pluggable Coercion
- Route Data Validation
- Compiling Middleware
- Swagger Support
- RESTful form methods