pub type BufferedHttpRangeClient = AsyncBufferedHttpRangeClient<Client>;
Expand description

Async HTTP client for HTTP Range requests with a buffer optimized for sequential reading.

Implementations§