[][src]Function webdav_handler::warp::dav_file

pub fn dav_file(file: impl AsRef<Path>) -> BoxedFilter<(impl Reply,)>
This is supported on feature="warp-compat" only.

Creates a Filter that serves a single file, ignoring the request path, like warp::filters::fs::file.