Versions in this module Expand all Collapse all v1 v1.0.2 May 10, 2023 Changes in this version + func NewHTTPClient(opts ...Option) *http.Client + func WrapHTTPClient(c *http.Client, opts ...Option) *http.Client + type Option func(*config) + func WithAnalytics(on bool) Option + func WithAnalyticsRate(rate float64) Option + func WithServiceName(name string) Option