Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
SetHttpDownloadClient(do
func
(c *http.Client)) {
22
if
do != nil {
23
do(HttpDownloadClient)
24
}
25
}
26
27
var
HttpSaasClient = &http.Client{
28
Transport: &http.Transport{
Callers
1
initHttpClient
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected