Type Alias http_range_client::HttpReader
source · pub type HttpReader = SyncBufferedHttpRangeClient<Client>;
Expand description
Sync HTTP client for HTTP Range requests with a buffer optimized for sequential reading.
Aliased Type§
struct HttpReader { /* private fields */ }