Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
添加一个try-paths wasm go plugin,实现nginx的try_files功能。
Ⅱ. Does this pull request fix one issue?
解决问题: Add support of try_files usage #840
Ⅲ. Why don't you add test cases (unit test/integration test)?
逻辑比较简单,无需单元测试
Ⅳ. Describe how to verify it
按照正常的插件添加到路由上,查看请求效果
Ⅴ. Special notes for reviews
功能验证是通过的,不过需要注意是否有异常场景没有兼顾到