Function modified_since

Source
pub fn modified_since(
    modified_date: Option<HttpDate>,
    reference_date: Option<HttpDate>,
) -> bool
Expand description

Whether we have been modified since a reference date.

If there is not enough information we will assume that we have been modified and return true.