Versions in this module Expand all Collapse all v1 v1.0.0 Mar 15, 2026 Changes in this version + func FormRequest() *resty.Request + func JsonRequest() *resty.Request + func Request() *resty.Request + type Config struct + DialerKeepAlive time.Duration + DialerTimeout time.Duration + DisableCompression bool + DisableKeepAlives bool + ExpectContinueTimeout time.Duration + IdleConnectionTimeout time.Duration + InsecureSkipVerify bool + MaxConnectionsPerHost int + MaxIdleConnections int + RetryAttempts int + RetryMaxWaitTime time.Duration + RetryWaitTime time.Duration + TLSHandshakeTimeout time.Duration + Timeout time.Duration + UserAgent string + type HttpClient struct + func Client() *HttpClient + func New(config *Config) *HttpClient + func (h *HttpClient) SetLog(logger *zap.Logger) *HttpClient