Hi, I am new to KTOR and was trying to understand ...
# ktor
r
Hi, I am new to KTOR and was trying to understand if we can send only status and empty body with ktor server. I was not able to find anything in docs regarding this. Thanks in advance!
h
Copy code
call.respond(HttpStatusCode.OK)
👍 2
r
Thank you 🙂