You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/18 08:47:07 UTC

[GitHub] [apisix] shuaijinchao commented on issue #5264: 插件开发

shuaijinchao commented on issue #5264:
URL: https://github.com/apache/apisix/issues/5264#issuecomment-945541892


   You need to understand the concept of OpenResty's execution phase. The upstream response data can be obtained through `header_filter` and `body_filter`. The APISIX plug-in also supports the definition of these two stages.
   https://moonbingbing.gitbooks.io/openresty-best-practices/content/ngx_lua/phase.html
   
   It is recommended to read this book, which can help you solve many basic problems in the development of OpenResty.
   https://moonbingbing.gitbooks.io/openresty-best-practices/content/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org