Often it is needed to do some things after a respo...
# ktor
o
Often it is needed to do some things after a response, like close a transaction, log a message, scheduled notification, send information to a message bus. If, like in many other frameworks, you have to return a “response object”, you have to encode all these into it.