ResponseElementParser typedef
Parser used for
There's a parser implemented by default:
<!ELEMENT response (href, ((href*, status)|(propstat+)),
error?, responsedescription? , location?) >
Implementation
typedef ResponseElementParser
= Converter<XmlElement, Iterable<WebDavStdResource>>;