This is an automated email from the ASF dual-hosted git repository.

wenming pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.


    from 89f2fcd  doc: add redirect-cn.md (#739)
     add da85370  feature: supported `redirect` plugin. (#732)

No new revisions were added by this update.

Summary of changes:
 conf/config.yaml                |   1 +
 doc/README.md                   |   1 +
 doc/README_CN.md                |   1 +
 doc/plugins/redirect.md         | 100 ++++++++++++
 lua/apisix/plugins/redirect.lua | 119 ++++++++++++++
 t/admin/plugins.t               |   2 +-
 t/debug/debug-mode.t            |   1 +
 t/plugin/redirect.t             | 332 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 556 insertions(+), 1 deletion(-)
 create mode 100644 doc/plugins/redirect.md
 create mode 100644 lua/apisix/plugins/redirect.lua
 create mode 100644 t/plugin/redirect.t

Reply via email to