bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

Proxy support #59

Open peternewman opened 3 months ago

peternewman commented 3 months ago

Some people, e.g. in some corporate networks, may need to use a proxy to make some requests, it would be nice if there was an option to enable that in the config.

There are some examples here: https://github.com/sindresorhus/got/blob/main/documentation/tips.md#proxying

I'm unclear if something like https://github.com/gajus/global-agent would spread out across all other Companion code or just this module?