MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / SetHttpDownloadClient

Function SetHttpDownloadClient

opensca/common/httpclient.go:21–25  ·  view source on GitHub ↗
(do func(c *http.Client))

Source from the content-addressed store, hash-verified

19}
20
21func SetHttpDownloadClient(do func(c *http.Client)) {
22 if do != nil {
23 do(HttpDownloadClient)
24 }
25}
26
27var HttpSaasClient = &http.Client{
28 Transport: &http.Transport{

Callers 1

initHttpClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected