Module base

Module base 

Source
Expand description

Controller System for Route Organization

Provides both service-oriented controllers and a new ElifController system for automatic route registration and organization.

Structs§

BaseController
Base controller providing HTTP utilities (no infrastructure dependencies)
ControllerRoute
Controller route definition
PaginationMeta
Pagination metadata for API responses
QueryParams
Query parameters for pagination and filtering
RouteParam
Route parameter definition for controllers

Traits§

Controller
Send-safe controller trait for HTTP request handling Controllers delegate business logic to injected services
ElifController
Main trait for controllers with automatic route registration