block_hacksB

How to set proxy to overall all requests coming from application?

In Node JS, we can
import https
and set
https.proxy = "proxyDetails

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.
Was this page helpful?
How to set proxy to overall all requests coming from application? - Deno