Module Preconditions.Read

type t = {
  1. if_match : Etag_condition.t option;
  2. if_none_match : Etag_condition.t option;
  3. if_modified_since : Ptime.t option;
  4. if_unmodified_since : Ptime.t option;
}

Conditions for object reads and heads.

val none : t

No read preconditions.