MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / NewProvider

Function NewProvider

pkg/httpclient/http.go:128–130  ·  view source on GitHub ↗

NewProvider constructs a Provider on top of the provided TLS configuration provider.

(tlsConfigProvider TLSClientConfigurationProvider)

Source from the content-addressed store, hash-verified

126
127// NewProvider constructs a Provider on top of the provided TLS configuration provider.
128func NewProvider(tlsConfigProvider TLSClientConfigurationProvider) Provider {
129 return &provider{tlsConfigProvider: tlsConfigProvider}
130}
131
132type roundTripperWithUserAgent struct {
133 http.RoundTripper

Callers 2

HTTPClientMethod · 0.92
httpclient.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected