dash_mpd::fetch

Type Alias HttpClient

Source
pub type HttpClient = Client;
Expand description

A Client from the reqwest crate, that we use to download content over HTTP.

Aliased Typeยง

struct HttpClient { /* private fields */ }