litellm/litellm-rust/crates/llms
Yujong Lee 80dbb2a28a refactor(rust): resolve the http client config through From and TryFrom
HttpClientConfig::resolve becomes From<&HttpSettings> for Resolution and client_builder becomes TryFrom<&HttpClientConfig> for reqwest::ClientBuilder, matching the rustls conversion. The verify decision moves into From<&HttpSettings> for Verify, and the proxy environment rule moves next to its flags as HttpSettings::trusts_proxy_env. The curve and cipher results are read with transpose and a default selection, which removes the tuple destructuring
2026-09-18 19:48:34 -07:00
..
src refactor(rust): resolve the http client config through From and TryFrom 2026-09-18 19:48:34 -07:00
AGENTS.md refactor(rust): move OCR provider code into litellm-llms and delete core/src/llms 2026-09-17 22:29:08 -07:00
Cargo.toml chore: merge main into litellm_rust_http_pool_ocr 2026-09-19 00:10:17 +00:00