Module Html5_history.Entry

type 'p t = {
  1. payload : 'p option;
  2. uri : Uri.t;
}

Note that the uri here is always absolute, and therefore not necessarily the same string as passed to push or replace (see below).