Add the method set_raw_body to the response object in the protobuf definition #13777
dszczyt
started this conversation in
Ideas and feature requests
Replies: 1 comment
-
@dszczyt, we have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The set_raw_body function exists on responses for lua plugins, but it doesn't exist for example in the golang pdk, because it's auto generated from the protobuf and its declaration is done only the for request object. Could we add it ? It could allow to make chainable plugins in go. Here we have to use the "exit" function to return the body, but it prevents us to pass the response to another plugin.
Beta Was this translation helpful? Give feedback.
All reactions