MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / HttpState

Class HttpState

include/ai/langfuse.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 // Lazily constructed httplib client + base path + Basic-auth header. Cached
117 // to avoid TLS handshake per send_batch call. Guarded by mu_.
118 struct HttpState;
119 HttpState& http_state();
120
121 Config config_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected