Write the code that will log the text content of the request:
post("/log") {
val text = /* your code here */
println("Requet text: $text")
}Write the code that will log the text content of the request:
post("/log") {
val text = /* your code here */
println("Requet text: $text")
}Create a free account to access the full topic