pub fn http_fetch<'life0, 'life1, 'life2, 'life3, 'async_recursion>(
request: &'life0 mut Request,
cache: &'life1 mut CorsCache,
cors_flag: bool,
cors_preflight_flag: bool,
authentication_fetch_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