Description
A Haskell library for WebDAV support based on RFC 4918. It helps applications interact with remote file collections using HTTP methods for listing, reading, writing, locking, and metadata.
Developers use it in sync tools, storage clients, editors, and document workflows. WebDAV access can change remote files, so authentication, locking, conflict handling, and retries need careful design.