feat: add an annotation for ignoring URI case in HTTP match (#174)

Signed-off-by: charlie <qianglin98@qq.com>
This commit is contained in:
charlie
2023-02-14 19:52:17 +08:00
committed by GitHub
parent 6efa393e7d
commit e0807dce0b
6 changed files with 306 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ func TestHigressConformanceTests(t *testing.T) {
tests.HTTPRouteRewriteHost,
tests.HTTPRouteCanaryHeader,
tests.HTTPRouteEnableCors,
tests.HTTPRouteIgnoreCaseMatch,
}
cSuite.Run(t, higressTests)