Type Alias HttpReader

Source
pub type HttpReader = SyncBufferedHttpRangeClient<Client>;
Expand description

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

Aliased Type§

pub struct HttpReader { /* private fields */ }

Implementations§

Source§

impl HttpReader

Source

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