Join Slack
Communities
Powered by
Interesting... `call.respond(HttpStatusCode.NoCont...
# ktor
m
miha-x64
01/12/2018, 6:27 PM
Interesting...
call.respond(HttpStatusCode.NoContent, "")
works correctly, while
call.respond(HttpStatusCode.NoContent, Unit)
produces nothing.
Open in Slack
Previous
Next