tzssangglass commented on issue #7852:
URL: https://github.com/apache/apisix/issues/7852#issuecomment-1240482824

   > Two `filter` There is no sense if we add a `post_filter` for a plugin that 
runs before the forwarding.
   
   when we add `post_filter`, we can do
   
   1. on `header_filter`, `body_filter` and `log` phases, check if plugin 
config has `_meta.post_filter`
   2. runs `_meta.post_filter` and `_meta.filter`, get the plugins that need to 
be run
   3. runs plugins' `header_filter`, `body_filter` and `log` functions


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to