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
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