Function net::http_loader::http_redirect_fetch

source ยท
pub fn http_redirect_fetch<'life0, 'life1, 'life2, 'life3, 'async_recursion>(
    request: &'life0 mut Request,
    cache: &'life1 mut CorsCache,
    response: Response,
    cors_flag: bool,
    target: Target<'async_recursion>,
    done_chan: &'life2 mut DoneChannel,
    context: &'life3 FetchContext,
) -> Pin<Box<dyn Future<Output = Response> + Send + 'async_recursion>>
where 'life0: 'async_recursion, 'life1: 'async_recursion, 'life2: 'async_recursion, 'life3: 'async_recursion,
Expand description