Does anyone know if there is a way to get the resp...
# ktor
m
Does anyone know if there is a way to get the response/request body of a call in ktor and log it in a way that doesn't involve doing it in each route? Reading the docs, an interceptor might be the way to go, but I don't fully understand it. If anyone can help, it would be greatly appreciated.