Expand description
Request abstraction for handling HTTP requests
Provides rich request parsing and data extraction capabilities.
Structs§
- Elif
Path - Framework-native Path extractor - use instead of axum::extract::Path
- Elif
Query - Framework-native Query extractor - use instead of axum::extract::Query
- Elif
Request - Request abstraction that wraps Axum’s request types with additional parsing and extraction capabilities
- Elif
State - Framework-native State extractor - use instead of axum::extract::State
Traits§
- Request
Extractor - Helper trait for extracting ElifRequest from Axum request parts