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 */ }

Implementations§

source§

impl UreqHttpReader

source

pub fn new(url: &str) -> Self