Skip to main content

Module webdav

Module webdav 

Source
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§

WebDavDownloader
Downloads a WebDAV resource.

Functions§

is_webdav_url
Returns true if the URL uses the webdav:// or webdavs:// scheme.