rick luo

Results 1 issues of rick luo

能否在[core/config/http_config.go](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/blob/15f3c0cafeec5e1a87e64f7979db5e150b49d60e/core/config/http_config.go#L36)中的HttpConfig结构体中增加字段以便用户使用自定义的http.Transport? ``` type HttpConfig struct { DialContext DialContext Timeout time.Duration Retries int HttpProxy *Proxy IgnoreSSLVerification bool HttpHandler *httphandler.HttpHandler **HttpTransport *http.Transport //新增字段** } ```