[][src]Function body_image_futio::fetch

pub fn fetch<B>(rr: RequestRecord<B>, tune: &Tunables) -> Result<Dialog, Flare> where
    B: Payload + Send

Run an HTTP request to completion, returning the full Dialog. This function constructs a default tokio Runtime, hyper_tls::HttpsConnector, and hyper::Client in a simplistic form internally, waiting with timeout, and dropping these on completion.