Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ httpProvider
Struct
httpProvider
ais/backend/http.go:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
type
(
25
httpProvider
struct
{
26
t cluster.Target
27
httpClient *http.Client
28
httpsClient *http.Client
29
}
30
)
31
32
// interface guard
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected