title |
---|
Changelog |
This release mainly provides basic features and adds test cases.
- complete project skeleton and available features.
- complete united test with APISIX 2.7.
- supported debug mode.
- supported custom
stop
andrewrite
plugin development.
This release mainly refactors the operation objects of request/response and the way of automatic loading of plugins for more efficient plugin development.
Request
andResponse
operation object refactoring.- Plugin
auto registr
andauto loading
refactoring. - Supports getting the
request body
andNginx built-in variables
in the plugin. - Specification and unifies the input and output of RPC requests.
- Inheritance interface for specification plugins.