Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ NewHTTPObjPath
Function
NewHTTPObjPath
cmn/bck.go:558–564 ·
view source on GitHub ↗
(rawURL string)
Source
from the content-addressed store, hash-verified
556
}
557
558
func
NewHTTPObjPath(rawURL string) (*HTTPBckObj, error) {
559
urlObj, err := url.ParseRequestURI(rawURL)
560
if
err != nil {
561
return
nil, err
562
}
563
return
NewHTTPObj(urlObj), nil
564
}
Callers
4
parseBckObjectURI
Function · 0.92
_try
Method · 0.92
TestRProxyInvalidURL
Function · 0.92
TestHttpProviderObjectGet
Function · 0.92
Calls
1
NewHTTPObj
Function · 0.85
Tested by
2
TestRProxyInvalidURL
Function · 0.74
TestHttpProviderObjectGet
Function · 0.74