request help: how can I wrap my response body #5705
Unanswered
wtjperi2003
asked this question in
Q&A
Replies: 1 comment
-
refer to: #4837 (comment) |
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
-
Issue description
for example: response from upstream service is:
{"name":"abc","id":124}
, then at the apisix. I want it to wrap it:{"success":true,data:{"name":"abc","id":124}}
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):Beta Was this translation helpful? Give feedback.
All reactions