Skip to main content

vars_match

Function vars_match 

Source
fn vars_match(vars: &Option<Vec<Expr>>, ctx: &Context) -> bool
Expand description

True when vars is unset, or when any expression in the list matches (APISIX ORs across the vars items and ANDs within each).