pub fn match_meta<P1, P2>(
dst: P1,
dst_meta: P2,
) -> Result<Option<FileHttpMetadata>, Error>
Expand description
Verify that a file has not been changed since the last time the metadata was stored.
ยงErrors
Propagates errors from mtime_to_unix
.