``` route("/item/{item_id}") { install(Authenti...
# ktor
o
Copy code
route("/item/{item_id}") {
   install(Authentication) { … }
  
   …
}