litellm/litellm-rust/crates/python-bridge/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
..
routes feat(rust): serve every gateway HTTP setting natively instead of declining to Python 2026-09-18 19:39:07 -07:00
credentials.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
diagnostics.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
errors.rs refactor(rust): move OCR provider code into litellm-llms and delete core/src/llms 2026-09-17 22:29:08 -07:00
http.rs refactor(rust): merge http settings from per-source layers 2026-09-18 19:53:14 -07:00
lib.rs refactor(rust): read litellm HTTP globals through one Python shim and tighten the http pool 2026-09-18 17:23:26 -07:00
marshal.rs add streaming message 2026-09-18 15:45:08 -07:00
python_settings.rs feat(rust): serve every gateway HTTP setting natively instead of declining to Python 2026-09-18 19:39:07 -07:00
token_counter.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00