ktor-server-core / io.ktor.features / CallId / Configuration / reply

reply

fun reply(block: (call: ApplicationCall, callId: String) -> Unit): Unit

Replies with retrieved or generated callId. Usually replyToHeader could be used instead.