Venkat
call.respondText("Hello", contentType = ContentType.Application.Json)
"application/json; charset=UTF-8"
"; charset=UTF-8"
Aleksei Tirman [JB]
call.respond(TextContent("Hello", contentType = ContentType.Application.Json))
A modern programming language that makes developers happier.