block_hacksB
Denoβ€’3y agoβ€’
9 replies
block_hacks

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?