Expand description
Provides a seekable and asynchronous read interface for reqwest HTTP streams.
Continually streams data from a single HTTP request, tearing down and restarting only on seek.
Structsยง
- Seekable
- A continuously streaming, seekable HTTP reader.
Only on
seekdoes it drop the connection and open a new ranged request.