Function opendal::raw::parse_prefixed_headers

source ยท
pub fn parse_prefixed_headers(
    headers: &HeaderMap,
    prefix: &str,
) -> HashMap<String, String>
Expand description

Parse prefixed headers and return a map with the prefix of each header removed.