MCPcopy Create free account
hub / github.com/imroc/req / SetCerts

Function SetCerts

client_wrapper.go:86–88  ·  view source on GitHub ↗

SetCerts is a global wrapper methods which delegated to the default client's Client.SetCerts.

(certs ...tls.Certificate)

Source from the content-addressed store, hash-verified

84// SetCerts is a global wrapper methods which delegated
85// to the default client's Client.SetCerts.
86func SetCerts(certs ...tls.Certificate) *Client {
87 return defaultClient.SetCerts(certs...)
88}
89
90// SetRootCertFromString is a global wrapper methods which delegated
91// to the default client's Client.SetRootCertFromString.

Callers

nothing calls this directly

Calls 1

SetCertsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…