Variable HTTPReverseProxySettings.destination
The destination URL to forward requests to
class HTTPReverseProxySettings
{
// ...
URL destination
= URL("http", null, null, cast(ushort)0u, null, null, null, null);
// ...
}