Join Slack
Communities
Powered by
This specific usage is just binding to the route (...
# ktor
o
orangy
07/17/2017, 8:19 PM
This specific usage is just binding to the route (
/
), it has no data attached. Check
get<ViewKweet>
as a more interesting example, where
it.id
is bound to path parameter in
/kweet/{id}
route specification
Open in Slack
Previous
Next