We have an event which is called 'finish' in Micro:
$app->finish( function () use ($app) { // This is executed when the request has been served } );
but a response is still not sent. Do we have the similar one like PostResponseEvent in Symphony in Application/Micro or at least some event that will be triggered after response is sent?
Thanks in advance!