Function aws_smithy_http::header::read_many_primitive

source ยท
pub fn read_many_primitive<'a, T: Parse>(
    values: impl Iterator<Item = &'a str>,
) -> Result<Vec<T>, ParseError>
Expand description

Convert a HeaderValue into a Vec<T> where T: Parse