mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
calls are proxies which can access response metadata as it arrives. For instance, it's possible to now get metadata (which are http headers) before the response is fully streamed. #trailing_metadata will also be empty until the response has been fully processed. This builds on top of the stream plugin improvements foundation.