pub type UreqHttpReader = SyncBufferedHttpRangeClient<Agent>;
Expand description

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

Implementations§

source§

impl UreqHttpReader

source

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