use Result;
use operator_for_uri;
/// Fetch the full UTF-8 text content of a remote URI.
///
/// Works in both async (Tokio) and pure blocking contexts. In a blocking
/// context a single-threaded Tokio runtime is spun up temporarily so that
/// the async operator's read call has a live executor.