This is an automated email from the ASF dual-hosted git repository.
shuaijinchao pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git.
from 1c52a24 feat: add http response module for runner.
new c221939 feat: add plugin base module for runner.
new ee68ec6 feat: add plugin cache module for runner.
new 9a3b051 feat: add plugin execute module for runner.
new 31ca91b feat: add plugin loading module for runner.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/runner/{http/protocol.py => plugin/base.py} | 27 ++++++++++++++++------
src/runner/{http/protocol.py => plugin/cache.py} | 26 +++++++++++++++------
src/runner/{http/protocol.py => plugin/execute.py} | 20 +++++++++-------
src/runner/{http/protocol.py => plugin/loading.py} | 19 +++++++++------
4 files changed, 63 insertions(+), 29 deletions(-)
copy src/runner/{http/protocol.py => plugin/base.py} (59%)
copy src/runner/{http/protocol.py => plugin/cache.py} (57%)
copy src/runner/{http/protocol.py => plugin/execute.py} (65%)
copy src/runner/{http/protocol.py => plugin/loading.py} (60%)