Hi all. We have a case where we introduced a `Filt...
# http4k
p
Hi all. We have a case where we introduced a
Filter
in our http4k routing which should conditionally "forward" the request to another route, i.e. in Servlet parlance - execute internal request forward. Is there a recommended way to accomplish this in http4k? Short from doing some low level hacking, that is. Thanks.