oil-oil opened a new issue, #9413: URL: https://github.com/apache/apisix/issues/9413
### Description As a user, I want to do some data formatting in the `body-transformer` plugin. The current logic of the `body-transformer` plugin is that if the body of your upstream response is a parsable json or XML, it will not be assigned to `_body`. I can only get one of the fields via `_escape_json()` or `_escape_xml()`, but I can't get to the entire body variable. So I think it would be easier to add the response body that is assigned upstream to `_body` regardless of whether the parsing is successful or not, so it would be easier when doing some data processing. -- 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]
