MCPcopy Index your code
hub / github.com/AI45Lab/Code / new

Method new

core/src/llm/http.rs:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106impl ReqwestHttpClient {
107 pub fn new() -> Self {
108 Self {
109 client: build_reqwest_client(None, None).expect("failed to build default HTTP client"),
110 }
111 }
112}
113
114impl Default for ReqwestHttpClient {

Callers

nothing calls this directly

Calls 2

build_reqwest_clientFunction · 0.85
expectMethod · 0.80

Tested by

no test coverage detected