feat: header match ignore case

This commit is contained in:
wencaiwulue
2023-03-23 23:59:49 +08:00
parent 5c9928ad9a
commit 6fccccc3bf

View File

@@ -147,6 +147,7 @@ func ToRoute(clusterName string, headers map[string]string) *route.Route {
MatchPattern: &matcher.StringMatcher_Exact{
Exact: v,
},
IgnoreCase: true,
},
},
})