Function actix_web::http::header::from_one_raw_str
source ยท pub fn from_one_raw_str<T>(val: Option<&HeaderValue>) -> Result<T, ParseError>where
T: FromStr,
Expand description
Reads a single string when parsing a header.