Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ http_get
Method
http_get
supervisor/client/src/lib.rs:110–112 ·
view source on GitHub ↗
(&self, path: &str)
Source
from the content-addressed store, hash-verified
108
}
109
110
async fn http_get<T: serde::de::DeserializeOwned>(&self, path: &str) -> Result<T> {
111
self.http_request(
"GET"
, path, ()).await
112
}
113
}
114
115
// Async API
Callers
3
list
Method · 0.80
info
Method · 0.80
ping
Method · 0.80
Calls
1
http_request
Method · 0.80
Tested by
no test coverage detected