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