mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-29 09:08:27 +00:00
6897d5f59e
* 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>