Function aws_smithy_http::header::read_many_from_str
source ยท pub fn read_many_from_str<'a, T: FromStr>(
values: impl Iterator<Item = &'a str>,
) -> Result<Vec<T>, ParseError>
Expand description
Convert a HeaderValue
into a Vec<T>
where T: FromStr