Expand description
Route matching: decides which configured route (and thus which policy
graph) handles an incoming request, based on path, method, header, and
host rules from gateway.yaml.
Functions§
- match_
path 🔒 - Matches a path pattern against an actual path. Supports:
- matches_
route - Matches an incoming request against a route’s match rule.