litellm/litellm-rust/crates/http/src
Yujong Lee bae4f22d3a refactor(rust): merge http settings from per-source layers
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
2026-09-18 19:53:14 -07:00
..
config.rs refactor(rust): merge http settings from per-source layers 2026-09-18 19:53:14 -07:00
error.rs feat(rust): serve every gateway HTTP setting natively instead of declining to Python 2026-09-18 19:39:07 -07:00
lib.rs refactor(rust): merge http settings from per-source layers 2026-09-18 19:53:14 -07:00
pool.rs refactor(rust): resolve the http client config through From and TryFrom 2026-09-18 19:48:34 -07:00
proxy.rs feat(rust): serve every gateway HTTP setting natively instead of declining to Python 2026-09-18 19:39:07 -07:00
settings.rs refactor(rust): merge http settings from per-source layers 2026-09-18 19:53:14 -07:00
tls.rs refactor(rust): resolve the http client config through From and TryFrom 2026-09-18 19:48:34 -07:00