class type filelist_t = propfind_call_t
In order to get property values, look up the per-URL response with
response_of_url
, and then call one of the prop_*
methods, e.g.
let url = List.hd l#list_good_url
let r = l#response_of_url url
let t = r#prop_creationdate