How to set proxy to overall all requests coming from application?
In Node JS, we can import httpsimport https and set https.proxy = "proxyDetailshttps.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.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.