Join Slack
Communities
Powered by
```install(CallLogging) { filter { call -> ...
# ktor
n
noncom
03/06/2018, 11:12 AM
Copy code
install(CallLogging) { filter { call -> call.response.status() == HttpStatusCode.OK } }
Open in Slack
Previous
Next