pub fn modified_since(
modified_date: Option<HttpDate>,
reference_date: Option<HttpDate>,
) -> boolExpand 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.