Function net::http_loader::http_network_or_cache_fetch

source ยท
fn http_network_or_cache_fetch<'life0, 'life1, 'life2, 'async_recursion>(
    request: &'life0 mut Request,
    authentication_fetch_flag: bool,
    cors_flag: bool,
    done_chan: &'life1 mut DoneChannel,
    context: &'life2 FetchContext,
) -> Pin<Box<dyn Future<Output = Response> + Send + 'async_recursion>>
where 'life0: 'async_recursion, 'life1: 'async_recursion, 'life2: 'async_recursion,
Expand description