Expand description
Controller System for Route Organization
Provides both service-oriented controllers and a new ElifController system for automatic route registration and organization.
Structs§
- Base
Controller - Base controller providing HTTP utilities (no infrastructure dependencies)
- Controller
Route - Controller route definition
- Pagination
Meta - Pagination metadata for API responses
- Query
Params - Query parameters for pagination and filtering
- Route
Param - Route parameter definition for controllers
Traits§
- Controller
- Send-safe controller trait for HTTP request handling Controllers delegate business logic to injected services
- Elif
Controller - Main trait for controllers with automatic route registration