Function actix_web::http::header::from_comma_delimited
source ยท pub fn from_comma_delimited<'a, I, T>(all: I) -> Result<Vec<T>, ParseError>
Expand description
Reads a comma-delimited raw header into a Vec.
pub fn from_comma_delimited<'a, I, T>(all: I) -> Result<Vec<T>, ParseError>
Reads a comma-delimited raw header into a Vec.