Files
litellm/litellm/proxy/custom_hooks
Ryan Crabbe 7a2c889ec2 perf: use cached _safe_get_request_headers instead of dict(request.headers)
Replace 15 call sites across 9 files that called dict(request.headers)
with _safe_get_request_headers(request) which caches the result on
request.state. Mutation sites use .copy() to protect the shared cache.
2026-02-17 16:11:50 -08:00
..