Join Slack
Communities
Powered by
Setting status on a response is considered a low l...
# ktor
o
orangy
07/04/2017, 8:58 PM
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.
Open in Slack
Previous
Next