Versions in this module Expand all Collapse all v2 v2.1.0 Dec 11, 2025 Changes in this version + type HttpClientModule struct + func (m *HttpClientModule) Init(proxyUrl string, maxPool int, dialTimeout time.Duration, ...) + func (m *HttpClientModule) InitHttpClient(transport http.RoundTripper, timeout time.Duration, ...) + func (m *HttpClientModule) Request(method string, url string, body []byte, header http.Header) HttpResponse + func (m *HttpClientModule) SetTimeOut(value time.Duration) + func (m *HttpClientModule) SyncRequest(method string, url string, body []byte, header http.Header) SyncHttpResponse + type HttpResponse struct + Body []byte + Err error + Header http.Header + Status string + StatusCode int + type SyncHttpResponse struct + func (slf *SyncHttpResponse) Get(timeoutMs int) HttpResponse