litellm/litellm-rust/crates/http
Yujong Lee b341d21a76 fix(rust): redact proxy credentials in Debug and build the proxy matcher once
EnvironmentProxies holds raw proxy URLs, which can carry user:password, and
it sits inside HttpSettings and HttpClientConfig, so any {:?} of those would
print the password. Derive veil's Redact like the auth crate does. NO_PROXY
stays readable because it holds no credentials.

The media fetcher also rebuilt the hyper-util matcher for every URL and
redirect hop. Build it once when the fetcher is created
2026-09-19 08:30:35 -07:00
..
src fix(rust): redact proxy credentials in Debug and build the proxy matcher once 2026-09-19 08:30:35 -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 fix(rust): redact proxy credentials in Debug and build the proxy matcher once 2026-09-19 08:30:35 -07:00