How would I go about respondig with no content on ...
# ktor
j
How would I go about respondig with no content on the ktor server?
Nevermind, I realized I could do this
c
I think Ktor does it automatically when you return Unit?
call.respond(Unit)
j
I'll check it out later! Thanks for the tip!