Module routing

Module routing 

Source
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§

CacheStats
Cache statistics
RequestInfo
Request information for route matching (zero-copy where possible)
RouteMatch
Route match result
RouteMatcher
Route matcher for efficient route selection

Enums§

RouteError
Route matching errors