scottdware / go-bigip

A Go package that interacts with F5 BIG-IP systems using the REST API.
MIT License
108 stars 118 forks source link

Support connection to F5 through HTTP Proxy #114

Closed mch1307 closed 4 years ago

mch1307 commented 4 years ago

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