| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected