Function opendal::raw::parse_header_to_str

source ·
pub fn parse_header_to_str<K>(
    headers: &HeaderMap,
    name: K
) -> Result<Option<&str>>
where HeaderName: TryFrom<K>,
Expand description

Parse header value to string according to name.