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

Method HTTPClient

pkg/httpclient/http.go:44–44  ·  view source on GitHub ↗
(context.Context, ...Option)

Source from the content-addressed store, hash-verified

42// Provider constructs *http.Clients.
43type Provider interface {
44 HTTPClient(context.Context, ...Option) (*http.Client, error)
45}
46
47// Option is an option for HTTP clients.

Callers 15

FetcherMethod · 0.65
httpClientMethod · 0.65
HTTPClientMethod · 0.65
versionCheckTaskFunction · 0.65
exchangeMethod · 0.65
withHTTPClientMethod · 0.65
FetcherMethod · 0.65
NewWebhooksMethod · 0.65
sendUplinkMethod · 0.65
sendQueryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected