Function actix_http::header::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.