dave
val filter = ReportHttpTransaction(fixed(EPOCH, systemDefault())) { println(it) } val handler = routes("/bob" bind GET to filter.then( { Response(OK) }))