`webSocket("/ws") {` is resolved as `webSocket(pat...
# ktor
c
webSocket("/ws") {
is resolved as
webSocket(path = "/ws", handler = { ... })