mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
Each source (per-call kwargs, environment variables, the Python module) now builds an HttpSettingsLayer, and HttpSettings::from_layers merges them with explicit precedence. The aiohttp and httpx proxy-env rule is resolved once in the merge, so HttpSettings carries a single trust_proxy_env flag |
||
|---|---|---|
| .. | ||
| config.rs | ||
| error.rs | ||
| lib.rs | ||
| pool.rs | ||
| proxy.rs | ||
| settings.rs | ||
| tls.rs | ||