Closed AndreasAugustin closed 1 year ago
There is one query done to the gitmoji api. Would be nice to be able to use a proxy.
When people are behind a corp firewall it might be needed to use a proxy
add possibility to use a proxy from env variables. https://pkg.go.dev/net/http#ProxyFromEnvironment
possibility was laready given because net/http golang package is already supporting http proxy env variables. But there was a bug and the documentation was also missing.
net/http
Describe the feature
There is one query done to the gitmoji api. Would be nice to be able to use a proxy.
Use Case
When people are behind a corp firewall it might be needed to use a proxy
Proposed Solution
add possibility to use a proxy from env variables. https://pkg.go.dev/net/http#ProxyFromEnvironment
Acknowledgements