feat: `PostResponse` supports charset other than `UTF-8` (#239)

3 files changed
tree: ef41b0e283471a3410f97c1e90c714d5ba7ace45
  1. .github/
  2. .mvn/
  3. ci/
  4. docs/
  5. runner-core/
  6. runner-dist/
  7. runner-plugin/
  8. runner-plugin-sdk/
  9. runner-starter/
  10. sample/
  11. src/
  12. tests/
  13. .asf.yaml
  14. .gitignore
  15. .licenserc.yaml
  16. CHANGELOG.md
  17. HEADER
  18. LICENSE
  19. MAINTAIN.md
  20. Makefile
  21. mvnw
  22. mvnw.cmd
  23. NOTICE
  24. pom.xml
  25. README.md
README.md

apisix-java-plugin-runner

Runs Apache APISIX plugins written in Java. Implemented as a sidecar that accompanies APISIX.

apisix-java-plugin-runner-overview

Status

This project is generally available.

Why apisix-java-plugin-runner

APISIX offers many full-featured plugins covering areas such as authentication, security, traffic control, serverless, analytics & monitoring, transformations, logging.

It also provides highly extensible API, allowing common phases to be mounted, and users can use these api to develop their own plugins.

this project is APISIX Java side implementation that supports writing plugins in java.

Version Matrix

apisix-java-plugin-runnerAPISIX
0.1.0>= 2.7.0
0.2.0>= 2.12.0
0.3.0>= 2.15.0
0.4.0>= 3.0.0

How it Works

See How it Works to learn how apisix-java-plugin-runner collaborate with APISIX to run plugins written in java.

The Internal of apisix-java-plugin-runner

If you're interested in the internal of apisix-java-plugin-runner, we recommend you to read the the-internal-of-apisix-java-plugin-runner, it explains the details of communication and protocol conversion with APISIX.

Get Involved in Development

Welcome to make contributions, but before you start, please check out development.md to learn how to run and debug apisix-java-plugin-runner in your own environment.

License

Apache 2.0 LICENSE