Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathSeparatedPrefixRegex ¶ added in v1.6.0
PathSeparatedPrefixRegex creates a regex pattern that Envoy's PathSeparatedPrefix behavior. The pattern matches paths that either exactly match the prefix or have the prefix followed by "/". This ensures proper path separation (e.g., "/api" matches "/api" and "/api/v1" but not "/apiv1").
References: - Envoy 'path_separated_prefix' : https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#config-route-v3-routematch
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.