Dmitry Kandalov
01/07/2021, 7:56 PMHttpHandler
to wrap it with filters, e.g. myApp().with(DebugFilter)
but now the closest thing is RoutingHttpHandler.withFilter()
function. I feel like it forces me to use RoutingHttpHandler
where just HttpHandler
would be enough.