Apache APISIX supports custom plugins, and I would like to know if I develop a lua
plugin, at which stages of Nginx execution will it be injected, and does it support all of them?
Asked
Active
Viewed 45 times
0

guoqqqi
- 31
- 1
1 Answers
0
APISIX lua
plugin supports code execution in the rewrite, access, before_proxy, header_filter, body_filter, and log phases of nginx. As shown here:

Shreemaan Abhishek
- 1,134
- 1
- 7
- 33