Skip to main content

UNMATCHED_ROUTE

Constant UNMATCHED_ROUTE 

Source
pub const UNMATCHED_ROUTE: &str = "__unmatched__";
Expand description

Reserved route label for any request that matched no catalog route. Folding to a single bucket is what keeps raw 404 paths from blowing up the route dimension (ADR 0060 §4 overflow rule).