✅ Streaming From REST API?
I'm building an SDK to interface with a REST API, and for one of then endpoints you can supply a boolean to specify if you want streaming or not. In particular, it mentions:
I'm just wondering, do I use HTTPClient for this? Or is there another way to handle streams?
I'm just wondering, do I use HTTPClient for this? Or is there another way to handle streams?