scottdware/go-bigip

Support connection to F5 through HTTP Proxy

mch1307 opened this issue · 0 comments

In some cases, the client will need to access the F5 APIs through an HTTP Proxy.
The go-bigip library should support this.

PR #113 adds this by adding the http.ProxyFromEnvironment in NewSession func. As a result, the caller can simply setup its HTTP Proxy config (http_proxy) as env var