Type Alias dash_mpd::fetch::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 */ }