hi, in my API app, I’d like to decorate (sort of p...
# ktor
h
hi, in my API app, I’d like to decorate (sort of programming by aspect) all my request by a method to compute how long it takes to process it. I need to do some measure. Right now, I am looking at Route interception to do the job but I am quite lost on how it is working (I read the article https://ktor.io/advanced/pipeline/route.html) but sorry, I didn’t manage to make it work. Do you have any clue, hint ou may be a link on a sample ? Is it a good practice to use Route Interception to do this kind of job ?