mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
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' |
||
|---|---|---|
| .. | ||
| routes | ||
| credentials.rs | ||
| diagnostics.rs | ||
| errors.rs | ||
| http.rs | ||
| lib.rs | ||
| marshal.rs | ||
| python_settings.rs | ||
| token_counter.rs | ||