jesse-r-s-hines opened a new issue, #10681:
URL: https://github.com/apache/apisix/issues/10681

   ### Description
   
   The body-transformer plugin is a very flexible plugin to modify the body 
content of requests and responses, and we can already use the 
`body-transformer` plugin to manipulate arbitrary data formats with the lua 
templates. However, if you don't specify `input_format` and `Content-Type` 
isn't JSON or XML it will always log a warning about "no input format to parse 
request/response body".
   
   Adding another format to the `input_format` enum, `none`, that explicitly 
tells `body-transformer` to not try to parse or validate the body content and 
silences this warning would be convenient.


-- 
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]

Reply via email to