^I've got a question along somewhat similar lines....
# ktor
j
^I've got a question along somewhat similar lines.. is there a way to set the response code using call.respond()? It seems to default to 200 so I have to do something like this if I want to return anything else
Copy code
call.respondText(gson.toJson(myObject), ContentType.Application.Json, HttpStatusCode.Created)