reverseProxy

fun reverseProxy(vararg hostToHandler: Pair<String, HttpHandler>): HttpHandler

Simple Reverse Proxy which will split and direct traffic to the appropriate HttpHandler based on the content of the Host header