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.

Implementations§

source§

impl HttpReader

source

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