Versions in this module Expand all Collapse all v0 v0.2.0 Jan 13, 2025 Changes in this version + var DefaultHttpClientConfig = &HttpClientConfig + var Proxy = "127.0.0.1:7890" + var Scheme = "socks5" + var UseProxy = false + func GetProxy(withScheme ...bool) string + func IsWindows() bool + func SetProxy() + type HttpClientConfig struct + HttpTimeout time.Duration + MaxIdleConns int + Proxy *url.URL + func (c *HttpClientConfig) SetHttpTimeout(timeout time.Duration) *HttpClientConfig + func (c *HttpClientConfig) SetMaxIdleConns(max int) *HttpClientConfig + func (c *HttpClientConfig) SetProxyUrl(proxyUrl string) *HttpClientConfig + func (c *HttpClientConfig) String() string