Computer scienceBackendKtorIntroduction to Ktor

Ktor configuration

Custom Environment

Report a typo

Fill in the blank so that you can configure the Ktor application using the application engine environment:

fun main() {
    embeddedServer(Netty, environment = /* your code here */ { ... }).start(true)
}
Enter a short text

Create a free account to access the full topic