hi,community

currently, apisix ingress controller on support pathType in "prefix"
"exact".

while in ingress nginx controller ,there is a support

```
nginx.ingress.kubernetes.io/use-regex: 'true'
```

according to the apisix's doc, I found that `exprs` meet this feature

so , How about to implement this feature with ingress annotation an
apisix's `exprs`

Reply via email to