Versions in this module Expand all Collapse all v0 v0.2.0 Aug 5, 2026 Changes in this version + func NewClientWithOptions(timeout time.Duration, opts Options) *http.Client + func NewTransportWithOptions(opts Options) *http.Transport + type Options struct + ExtraRootPEM []byte + InsecureSkipVerify bool v0.1.0 Jul 10, 2026 Changes in this version + const DefaultUserAgent + func NewClient(timeout time.Duration) *http.Client + func NewTransport() *http.Transport