How to set proxy to overall all requests coming from application?
In Node JS, we can
However, I couldn't find a way to do so in Deno. I even tried to run node js child_process app with proxy over Deno, still not possible.
import https and set https.proxy = "proxyDetailsHowever, I couldn't find a way to do so in Deno. I even tried to run node js child_process app with proxy over Deno, still not possible.