For example, the following code: routing { get(“/hello/{userName}”) { call.respondText(“Hello, ${call.parameters[“userName”]}”) } } is equivalent to: ...
確定! 回上一頁