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
Describe what are you trying to do:
I try to catch 201 responses from the backend to add a dedicated header ; using a response modifier
but .Headers() and .StatusCode() on input.(ResponseWrapper) are nil ; .Data() on the other hand does as expected
Environment info:
Describe what are you trying to do:
I try to catch 201 responses from the backend to add a dedicated header ; using a response modifier
but
.Headers()
and.StatusCode()
oninput.(ResponseWrapper)
are nil ;.Data()
on the other hand does as expectedThis issue: #488 (comment) says that this is by design ; but this example from the documentation: https://www.krakend.io/docs/extending/plugin-modifiers/#building-the-plugin
says otherwise.
Is the documentation outdated and it is by design that the values are empty when NOT using no-op ?
Thanks,
The text was updated successfully, but these errors were encountered: