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