Versions in this module Expand all Collapse all v5 v5.0.0 Jul 18, 2026 Changes in this version + func NewHTTPClient(cfg *Config) *http.Client + func RegisterHTTPClient(i do.Injector) + type Config struct + EnableTracing bool + MaxIdleConns int + MaxIdleConnsPerHost int + Timeout time.Duration + func (cfg *Config) BuildClient() *http.Client + func (cfg *Config) EnsureDefaults() + func (cfg *Config) ValidateWithContext(ctx context.Context) error Other modules containing this package github.com/primandproper/platform-go github.com/primandproper/platform-go/v2 github.com/primandproper/platform-go/v3 github.com/primandproper/platform-go/v4