I want to implement a shadowban. Above a certain rate limit, I want to not respond anything to a request.
I couldn't find how to do that in the doc.
It seems setting body = null
will still trigger a response.
How may I prevent koa@2 from answering to a request?