Expand description
Request/Response pipeline that integrates routing and middleware
This module provides the unified request processing pipeline that:
- Integrates the new framework-native routing engine
- Handles parameter injection from route matches
- Executes middleware pipelines with route-specific configurations
- Provides clean error handling throughout the pipeline
- Supports route-specific middleware execution
Modules§
- parameter_
extraction - Helper functions for parameter extraction with better error handling
Structs§
- Middleware
Group - Configuration for route-specific middleware groups
- Pipeline
Stats - Statistics about the request pipeline
- Request
Pipeline - The main request processing pipeline
- Request
Pipeline Builder - Builder for creating request pipelines
Enums§
- Param
Error - Errors that can occur during parameter extraction and parsing
- Pipeline
Error - Errors that can occur during request pipeline processing
Type Aliases§
- Handler
Fn - Handler function type for request processing