cors_preflight_fetch

Function cors_preflight_fetch 

Source
async fn cors_preflight_fetch(
    request: &Request,
    cache: &mut CorsCache,
    context: &FetchContext,
) -> Response
Expand description