dav_handler

Function dav_handler 

Source
pub fn dav_handler(handler: DavHandler) -> BoxedFilter<(impl Reply,)>
Available on crate feature warp-compat only.
Expand description

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.