-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[feature] transformations plugin #137
Conversation
@thibaultcha this is ready, not really happy with the schema though. To add the plugin, execute a request like: curl -d "name=request_transformer&api_id=ID&value.add.querystring=paramname:value&value.remove.form=param1, param2" 127.0.0.1:8001/plugins_configurations/ The reason why the param names and values are in the |
Changes Unknown when pulling 567b097 on feature/transformations-plugin into * on master*. |
Merged and squashed with 1388516 |
…mpatible with older versions of gcc / ld (#137)
This is the request transformation plugin, work in progress. #117