Like this: ``` get("/status/{status}") { ...
# ktor
o
Like this:
Copy code
get("/status/{status}") {
            val status: Int by call.parameters
5