apache / apisix-java-plugin-runner

APISIX Plugin Runner in Java
https://apisix.apache.org/
Apache License 2.0
128 stars 95 forks source link

request help: `PostResponse` supports charset other than `UTF-8` #238

Open joyyir opened 1 year ago

joyyir commented 1 year ago

Issue description

PostResponse by default converts the body to bytes in UTF-8. It would be nice to support other charsets.

Environment