Description
Add Java runner postfilter to "ext-plugin-post-resp". We need to get the original response information (response header and response body), and perform field interception, unified formatting, encryption or signature processing. At present, it seems that there is no way to get this response body information (response header can be obtained). Do you have any plan?
The implementation logic of the Lua version of "rewrite response plugin" is now too simple to consider complex response information processing. Can you add a remote call or custom logic to process the response and then return?
Description
Add Java runner postfilter to "ext-plugin-post-resp". We need to get the original response information (response header and response body), and perform field interception, unified formatting, encryption or signature processing. At present, it seems that there is no way to get this response body information (response header can be obtained). Do you have any plan?
The implementation logic of the Lua version of "rewrite response plugin" is now too simple to consider complex response information processing. Can you add a remote call or custom logic to process the response and then return?