MCPcopy Create free account
hub / github.com/bajrangCoder/setu / HttpClient

Class HttpClient

src/http/client.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11/// HTTP Client wrapper for making requests
12#[derive(Clone)]
13pub struct HttpClient {
14 client: Client,
15 runtime: Arc<tokio::runtime::Runtime>,
16}
17
18/// Handle for canceling an in-flight HTTP request.
19pub struct InFlightRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected