marpaia / chef-golang

Go library to interact with the Chef server API
Other
77 stars 31 forks source link

Add the ProxyFromEnvironment option #43

Closed svanharmelen closed 9 years ago

svanharmelen commented 9 years ago

Without this option the client will not use your exported proxy settings. The default http.Client uses this option, but when you create a custom http.Transport you have to add it yourself...