reverseProxyRouting
fun reverseProxyRouting(vararg hostToHandler: Pair<String, HttpHandler>, matcher: ReverseProxyHostMatcher = Exact): RoutingHttpHandler(source)
Simple Reverse Proxy. Exposes routing.
Optionally takes a ReverseProxyHostMatcher to determine how the host header is matched: defaults to an exact match.