melbahja / got

Got: Simple golang package and CLI tool to download large files faster 🏃 than cURL and Wget!
MIT License
714 stars 45 forks source link

got should be aware of proxy related environment variables like HTTP_PROXY #4

Closed suzaku closed 4 years ago

suzaku commented 4 years ago

Both curl and the default Go http.Client detects environment variables like HTTP_PROXY automatically. I think it would be nice if got do the same.