pub fn http_date_to_system_time(
value: &HeaderValue,
) -> Result<SystemTime, HeaderDeserializationError>
Available on crate feature
api
and (crate features client-api-c
or client-api-s
) only.Expand description
Convert a header value representing a HTTP date to a SystemTime
.