Expand description
WebDAV protocol adapter.
Handles webdav:// and webdavs:// URLs by converting them to
http:// / https:// and injecting a Basic authentication header
when credentials are embedded in the URL.
WebDAV files are fetched via ordinary HTTP GET — servers that implement RFC 4918 always support GET for existing resources, so no special PROPFIND round-trip is needed for plain file downloads.
Structs§
- WebDav
Downloader - Downloads a WebDAV resource.
Functions§
- is_
webdav_ url - Returns
trueif the URL uses thewebdav://orwebdavs://scheme.