litellm/litellm-rust/crates/http
Yujong Lee 8d2476465f fix(rust): honor environment proxies by default and name the cause in transport errors
Python's aiohttp transport reads HTTP(S)_PROXY on every request unless disable_aiohttp_trust_env is set, so the Rust clients now do the same instead of requiring aiohttp_trust_env. Transport error messages include reqwest's source chain, so a rejected certificate or refused connection is no longer reported as just 'error sending request'
2026-09-18 17:58:07 -07:00
..
src fix(rust): honor environment proxies by default and name the cause in transport errors 2026-09-18 17:58:07 -07:00
Cargo.toml feat(rust): add litellm-http client pool and inject it into the OCR route 2026-09-18 23:28:11 +00:00