We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf820a commit a198f54Copy full SHA for a198f54
pkg/goplay/client.go
@@ -38,6 +38,7 @@ func NewClient(baseUrl, userAgent string, timeout time.Duration) *Client {
38
client: http.Client{
39
Timeout: timeout,
40
Transport: &http.Transport{
41
+ Proxy: http.ProxyFromEnvironment,
42
DialContext: dialer.DialContext,
43
TLSHandshakeTimeout: timeout,
44
},
0 commit comments