Skip to main content

Module routing

Module routing 

Source
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.