Join Slack
Powered by
No, the http4k library defines it as `interface Fi...
# getting-started
r
Ruckus
01/30/2018, 8:17 PM
No, the http4k library defines it as
interface Filter : (HttpHandler) -> HttpHandler { ... }
, you defined it as a plan
interface Filter { ... }
Open in Slack
Previous
Next