Skip to content
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

Provide helper methods for Transformer plugins #24

Open
thilp opened this issue Feb 18, 2019 · 0 comments
Open

Provide helper methods for Transformer plugins #24

thilp opened this issue Feb 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@thilp
Copy link
Member

thilp commented Feb 18, 2019

Follow-up after TIP/docs#327 “Extract helper methods from existing Transformer plugins.

We could go with the following types of helper methods:

  • injecting (header, body parameter, query parameter): adding new value to existing ones, either to all requests or only to requests matching some filter;
  • removing (header, body parameter, ...): removing value either from all requests or only the ones matching some filter;
  • modifying (headers, body, url, ...): removing old value and using new one, either to all requests or only to requests matching some filter;
  • removing the request based on filter (plugin based blacklist?).

ℹ️ Imported from TIP/docs#336.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant