net::fetch::methods

Function main_fetch

source
pub async fn main_fetch(
    request: &mut Request,
    cache: &mut CorsCache,
    recursive_flag: bool,
    target: Target<'_>,
    done_chan: &mut DoneChannel,
    context: &FetchContext,
) -> Response
Expand description