svenstaro / miniserve

🌟 For when you really just want to serve some files over HTTP right now!
MIT License
5.95k stars 289 forks source link

add read-only webdav support #1415

Open ahti opened 3 months ago

ahti commented 3 months ago

Adds read-only webdav support by (when indexing isn't disabled) routing OPTIONS/PROPFIND requests to a DavHandler from the webdav-server crate. Hidden files are excluded via a custom DavFileSystem.