0

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?

guoqqqi
  • 31
  • 1

1 Answers1

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:

enter image description here

Shreemaan Abhishek
  • 1,134
  • 1
  • 7
  • 33