//! `fetch` -- the high-level entry point.
use crateError;
use crateRequest;
use crateResponse;
use cratetransport;
/// Execute `request` and return the parsed response.
///
/// # Errors
///
/// See [`Error`]. In particular, `https://` URLs return
/// [`Error::UnsupportedScheme`] in v0.