And I want to do `call.respond(HttpStatusCode.OK,s...
# getting-started
n
And I want to do
call.respond(HttpStatusCode.OK,someJson)
and have the content type be
application/json
d
call.respondText("my body", ContentType.Application.Json)
n
🙏