Function proxyRequest
Returns a HTTP request handler that forwards any request to the specified or requested host/port.
@safe void delegate(scope HTTPServerRequest, HTTPServerResponse) proxyRequest
(
HTTPProxySettings settings
);