http_network_fetch

Function http_network_fetch 

Source
fn http_network_fetch<'life0, 'life1, 'async_recursion>(
    cx: &'life0 Context,
    request: &'life1 Request,
    client: Client<HttpsConnector<HttpConnector>, Body>,
    is_new: bool,
) -> Pin<Box<dyn Future<Output = Response> + 'async_recursion>>
where 'life0: 'async_recursion, 'life1: 'async_recursion,
Available on crate feature fetch only.