Function aws_smithy_http::header::many_dates
source · pub fn many_dates(
values: ValueIter<'_, HeaderValue>,
format: Format
) -> Result<Vec<DateTime>, ParseError>
Expand description
Read all the dates from the header map at key
according the format
This is separate from read_many
below because we need to invoke DateTime::read
to take advantage
of comma-aware parsing