huaweicloud-sdk-go-v3 icon indicating copy to clipboard operation
huaweicloud-sdk-go-v3 copied to clipboard

允许SDK用户指定自定义的http.Transport

Open ricklxm opened this issue 2 years ago • 0 comments

能否在core/config/http_config.go中的HttpConfig结构体中增加字段以便用户使用自定义的http.Transport?

type HttpConfig struct {
	DialContext           DialContext
	Timeout               time.Duration
	Retries               int
	HttpProxy             *Proxy
	IgnoreSSLVerification bool
	HttpHandler           *httphandler.HttpHandler
	**HttpTransport         *http.Transport //新增字段** 
}

ricklxm avatar Apr 14 '22 09:04 ricklxm