enum Athena::Routing::Matcher::TraceableURLMatcher::Match
Overview
Represents the match level of a ART::Matcher::TraceableURLMatcher::Trace.
Defined in:
matcher/traceable_url_matcher.crEnum Members
-
NONE =
0 -
The route did not match at all.
-
PARTIAL =
1 -
The route matched, but not fully.
-
FULL =
2 -
The route is a match.