MCPcopy 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

listMethod · 0.80
infoMethod · 0.80
pingMethod · 0.80

Calls 1

http_requestMethod · 0.80

Tested by

no test coverage detected