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.
2 parents aaf820a + a198f54 commit 714b015Copy full SHA for 714b015
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