interface Deno.Proxy The definition of a proxy when specifying [`Deno.CreateHttpClientOptions`](../././~/Deno.CreateHttpClientOptions). Properties url: string The string URL of the proxy server to use. optional basicAuth: BasicAuth The basic auth credentials to be used against the proxy server.