We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c526c commit fa3cd66Copy full SHA for fa3cd66
client.go
@@ -86,8 +86,8 @@ func NewClient(config Config) Client {
86
contentType: ContentTypeApplicationJSON,
87
httpClient: &http.Client{
88
Timeout: 30 * time.Second,
89
- Proxy: http.ProxyFromEnvironment,
90
Transport: &http.Transport{
+ Proxy: http.ProxyFromEnvironment,
91
TLSClientConfig: &tls.Config{
92
InsecureSkipVerify: config.Insecure,
93
},
0 commit comments