oyiadin opened a new issue, #8249: URL: https://github.com/apache/apisix/issues/8249
### Description Here is what I want to archive: If something very simple, but needs some extra calculation, fulfilled, stops the request (don't send to upstream) and response with a message immediately. The `serverless` plugin would be the very suitable one for me to handle the condition that I need, but I need a way to intercept the request and make response. For example, we can utilize the return value of serverless's `call_funcs`, if it's not nil then pass to the nginx logics. -- 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]
