UreqHttpReader

Type Alias 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§

pub struct UreqHttpReader { /* private fields */ }

Implementations§

Source§

impl UreqHttpReader

Source

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