It's a path-variable. If user requests `/somePage/...
# ktor
m
It's a path-variable. If user requests
/somePage/
, then path = "somePage", and server should return a
Page
. And if user requests
/someCourse/
, then path = "someCourse", server should return a
Course
. Page and Course are just entities associated with some data and HTML layout.