Expand description
Route matching and selection module for Sentinel proxy
This module implements the routing logic for matching incoming requests to configured routes based on various criteria (path, host, headers, etc.) with support for priority-based evaluation.
Structs§
- Cache
Stats - Cache statistics
- Request
Info - Request information for route matching (zero-copy where possible)
- Route
Match - Route match result
- Route
Matcher - Route matcher for efficient route selection
Enums§
- Route
Error - Route matching errors