pub fn get_cors_request_headers<'a>(
    headers: &'a HeaderMap
) -> impl Iterator<Item = &str>
Expand description

Get the header values from the access-control-request-headers header.