Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*httpClientOptions)
Option is an option for HTTP clients.
func WithTLSConfig ¶
WithTLSConfig configures the TLS configuration to be used by the transport.
func WithTLSConfigOptions ¶
WithTLSConfigOptions configures the TLS configuration options provided to the TLS configuration provider by the transport.
type Provider ¶
Provider constructs *http.Clients.
func NewProvider ¶
func NewProvider(tlsConfigProvider TLSClientConfigurationProvider) Provider
NewProvider constructs a Provider on top of the provided TLS configuration provider.
Click to show internal directories.
Click to hide internal directories.