-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: make it support rewrite request body in external plugins #9990
Conversation
@monkeyDluffy6017 please take a look |
This PR depends on api7/ext-plugin-proto#35 |
@jiangfucheng Could you help to review this? |
@monkeyDluffy6017 api7/ext-plugin-proto#35 This PR need to be merged first and we need to release a new version for |
@monkeyDluffy6017 @Sn0rt Hi, could you help review api7/ext-plugin-proto#35? I will take over the current PR after api7/ext-plugin-proto#35 has been merged |
@jiangfucheng the api7/ext-plugin-proto#35 is merged, please go on |
@jiangfucheng Will you take this forward? |
|
@jiangfucheng release has been made |
@monkeyDluffy6017 Hi, please take a look, thanks. |
I will try to support this feature in apisix-go-plugin-runner after this PR merged. |
Hi, which version is accessible? Is 3.2.x okay? |
@zxyao145 This feature is integrated into v3.6.0, you can check the changelog: https://github.com/apache/apisix/blob/release/3.6/CHANGELOG.md#360 |
Description
Resubmit for #9864
Please update ext-plugin-proto first. api7/ext-plugin-proto#35
To make it be able to rewrite the request body in external plugins.
Add test according to https://github.com/jiangfucheng 's suggest.
Please help to correct it if something wrong, because i don't know how the test is working.
Fixes # (issue)
Checklist