actix_web::http::header

Function from_comma_delimited

source
pub fn from_comma_delimited<'a, I, T>(all: I) -> Result<Vec<T>, ParseError>
where I: Iterator<Item = &'a HeaderValue> + 'a, T: FromStr,
Expand description

Reads a comma-delimited raw header into a Vec.