Skip to main content

include/gdav@internal@xml_DavResponse.hrl

-record(dav_response, {
    href :: binary(),
    status_code :: integer(),
    properties :: list(gdav@internal@xml:property())
}).