Issue with Streaming Response in HttpApiClient vs. HttpClient
Why does the stream implementation in HttpApi and deriving a client which I call the endpoint does not return a streaming response: it just gives me the accumulated stream value? However, when trying to use a vanilla HttpClient approach the response is being streamed. What is going on here? How can I make the call with HttpApiClient respond in streams?