``` call.respond(HttpStatusCode.OK, json) ...
# ktor
w
Copy code
call.respond(HttpStatusCode.OK, json)
    logger.debug("response OK|${call.response.headers}|${call.response.status()}")