litellm/tests/test_litellm/proxy/hooks
Ishaan Jaff 6897d5f59e
[Feat] Add async_post_call_response_headers_hook to CustomLogger (#20083)
* Add async_post_call_response_headers_hook to CustomLogger (#20070)

Allow CustomLogger callbacks to inject custom HTTP response headers
into streaming, non-streaming, and failure responses via a new
async_post_call_response_headers_hook method.

* async_post_call_response_headers_hook

---------

Co-authored-by: michelligabriele <gabriele.michelli@icloud.com>
2026-01-30 12:44:44 -08:00
..
test_async_post_call_streaming_iterator_hook.py
test_dynamic_rate_limiter_v3.py
test_key_management_event_hooks.py
test_parallel_request_limiter_v3.py
test_post_call_failure_hook_integration.py
test_post_call_response_headers_hook.py
test_post_call_streaming_hook_integration.py
test_post_call_success_hook_integration.py
test_prompt_injection_detection.py
test_proxy_track_cost_callback.py
test_send_invite_email.py