question about filter : https://twitter.github.io/scala_school/finagle.html#Filter
For typical stack of filters + service layout, how can I add a default behavior for each of the filters? Which basically look at the request/response and do some side effect actions(counting, logging etc). I don't want to write code for each filter, but rather want to have this default behavior triggered on end of each filter.