Setting status on a response is considered a low l...
# ktor
o
Setting status on a response is considered a low level API, it doesn’t run a response pipeline and may result in incomplete response. Use
call.respond(HttpStatusCode.NotFound)
instead.