monkeyDluffy6017 commented on code in PR #10496:
URL: https://github.com/apache/apisix/pull/10496#discussion_r1399998792
##########
apisix/plugins/body-transformer.lua:
##########
@@ -108,6 +112,12 @@ local decoders = {
json = function(data)
return core.json.decode(data)
end,
+ encoded = function(data)
+ return decode_args(data)
Review Comment:
one indent is required
##########
apisix/plugins/body-transformer.lua:
##########
@@ -108,6 +112,12 @@ local decoders = {
json = function(data)
return core.json.decode(data)
end,
+ encoded = function(data)
+ return decode_args(data)
+ end,
+ args = function()
+ return req_get_uri_args()
Review Comment:
ditto
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]