Versions in this module Expand all Collapse all v1 v1.17.5 May 22, 2022 Changes in this version + type HttpClientModule struct + func (m *HttpClientModule) Init(maxpool int, proxyUrl string) + 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