-
Notifications
You must be signed in to change notification settings - Fork 25
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
added feature to template header #56
base: main
Are you sure you want to change the base?
Conversation
💚 CLA has been signed |
I cannot find the reason for the failing build, as my changes are to output side of and failure occures on input side. Any ideas on that? singed the contributor agreement. |
I have built the plugin locally and it works fine to me except a field which type is array and it casts it to the string type. |
Thanks for testing @0akarma. |
@0akarma: guess you tested to add an array type of field to the headers, like so?
|
Yes, it can not format the array field
Here are my nested headers.
|
I will have a try when i finished the test on the back-pressure feature :) |
@0akarma have you already had the time to check this one? |
Any progress on this issue? |
Add ability to "template" header values / to use dynamic values on header values.
Addresses those isseus:
#41
#42