Hi there. Is it possible to configurate/simulate a...
# ktor
u
Hi there. Is it possible to configurate/simulate a slow server response for the whole ktor project?
o
You can install a trivial interceptor into the call pipeline and issue a constant (or random)
delay
u
@orangy,thanks. do you have any examples somewhere?
o
not for this specific case, but take a look https://ktor.io/servers/application.html#applicationcall
u
thanks
d