You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "oil-oil (via GitHub)" <gi...@apache.org> on 2023/05/05 12:40:28 UTC

[GitHub] [apisix] oil-oil opened a new issue, #9413: feat: As a user, I want to do some data formatting in the body-transformer plugin

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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] monkeyDluffy6017 closed issue #9413: feat: As a user, I want to do some data formatting in the body-transformer plugin

Posted by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org>.
monkeyDluffy6017 closed issue #9413: feat: As a user, I want to do some data formatting in the body-transformer plugin
URL: https://github.com/apache/apisix/issues/9413


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Sn0rt commented on issue #9413: feat: As a user, I want to do some data formatting in the body-transformer plugin

Posted by "Sn0rt (via GitHub)" <gi...@apache.org>.
Sn0rt commented on issue #9413:
URL: https://github.com/apache/apisix/issues/9413#issuecomment-1539430646

   /assign


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org