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