pub fn dav_file(file: impl AsRef<Path>) -> BoxedFilter<(impl Reply,)>Available on crate feature
warp-compat only.Expand description
Creates a Filter that serves a single file, ignoring the request path,
like warp::filters::fs::file.