Write the routing handler code that returns the following page to the user:
Ktor HTML Response
Hello world
Report a typo
Reorder lines using drag or arrows. Adjust indentation with left buttons
}
hr {}
hr {}
body {
hr {}
call.respondHtml(HttpStatusCode.OK) {
b { +"Hello" }
}
hr {}
i { +" world!" }
hr {}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.