Join Slack
Powered by
this works: post<LoginForm> { <...
# ktor
c
chillenious
03/17/2017, 1:45 AM
this works: post<LoginForm> {
log.info
{ "logging in as $it.username" } call.respondText(it.toString()) }
Open in Slack
Previous
Next