feat: redirect plugin support regex#4152
Conversation
|
@nanamikon CI failed, please check it out. |
|
I have fixed it, but how to do with this problem (Semantic Pull Request — add a semantic PR title) |
Could it be a missing space between |
Co-authored-by: Yuelin Zheng <[email protected]>
|
Thanks for review, how can I find this bad style before submit a pr? I have tried luacheck and learned from proxy-rewrite.lua, is there any other tools or docs that I can refer to? |
You can refer to this doc: https://github.com/apache/apisix/blob/master/CODE_STYLE.md |
Co-authored-by: 琚致远 <[email protected]>
What this PR does / why we need it:
Redirect plugin support regex, similar to the regex_uri in the proxy_rewrite_plugin
Fix #3722 and #4140
Pre-submission checklist: