matches property
RouteMatch defines the predicate used to match requests to a given action.
Multiple match types are "OR"ed for evaluation.
Required.
Implementation
core.List<TlsRouteRouteMatch>? matches;
RouteMatch defines the predicate used to match requests to a given action.
Multiple match types are "OR"ed for evaluation.
Required.
core.List<TlsRouteRouteMatch>? matches;