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