You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?).
Follow-up after TIP/docs#327 “Extract helper methods from existing Transformer plugins”.
We could go with the following types of helper methods:
ℹ️ Imported from TIP/docs#336.
The text was updated successfully, but these errors were encountered: