I'm having a hard time understanding when to use t...
# ktor
r
I'm having a hard time understanding when to use the
handle
method in a
Route
. My initial thought was that it is a place to put a piece of code that should execute every time the route is triggered - could be checking a cookie for relevant info and reacting accordingly. But it doesn't seem to work that way. Can anyone shed some light on this one please 🙂
s
I assume its a way to tell ktor that the route has been found and no further matching is needed