``` val filter = ReportHttpTransaction(fixe...
# http4k
d
Copy code
val filter = ReportHttpTransaction(fixed(EPOCH, systemDefault())) { println(it) }

        val handler = routes("/bob" bind GET to filter.then( { Response(OK) }))