MCPcopy Create free account
hub / github.com/Botloader/botloader / request

Method request

components/botrpc/src/client.rs:19–22  ·  view source on GitHub ↗
(&self, method: reqwest::Method, path: &str)

Source from the content-addressed store, hash-verified

17
18impl BotServiceClient for Client {
19 fn request<BodyT>(&self, method: reqwest::Method, path: &str) -> reqwest::RequestBuilder {
20 self.http
21 .request(method, format!("{}/{}", self.base_url, path))
22 }
23}

Callers 2

op_bl_http_request_sendFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected