in lib/src/multi_headers.dart [70:74]
set ifModifiedSince(DateTime? value) { for (var headers in _headers) { headers.ifModifiedSince = value; } }