[][src]Function webdav_handler::warp::dav_handler

pub fn dav_handler(handler: DavHandler) -> BoxedFilter<(impl Reply,)>
This is supported on crate feature warp-compat only.

Reply-filter that runs a DavHandler.

Just pass in a pre-configured DavHandler. If a prefix was not configured, it will be the request path up to this point.