microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
672 stars 116 forks source link

:gift: Check lower-cased proxy settings as well #354

Open cardil opened 1 year ago

cardil commented 1 year ago

This change resolves an issue that may likely arise on Linux/Mac machines. Those default to using lower-cased proxy environment variables.

I think it's a good idea to support both.

See, the article describing this madness: https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/