Modules affected
http-helper
Description
- All the
http-helper
methods (e.g.,HttpGetE
,HttpGetWithRetry
, etc.) now usehttp.DefaultTransport
as the default transport. This sets better default values, including timeouts and support for proxies configured via environment variables.
Special thanks
Special thanks to @alexkayabula for the PR!