According to the README, Tesla supports streaming if the underlying adapter supports it.
From the code and the examples I found it seems though that streaming means in this instance, streaming of the request.
I am interested in how I would be able to stream the response of a request (very useful for something like large downloads).
Is this supported, if so: how?
According to the README, Tesla supports streaming if the underlying adapter supports it.
From the code and the examples I found it seems though that streaming means in this instance, streaming of the request.
I am interested in how I would be able to stream the response of a request (very useful for something like large downloads).
Is this supported, if so: how?