Join Slack
Powered by
`webSocket("/ws") {` is resolved as `webSocket(pat...
# ktor
c
cy
10/20/2017, 11:16 AM
webSocket("/ws") {
is resolved as
webSocket(path = "/ws", handler = { ... })
Open in Slack
Previous
Next