mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
Rename propfind to xml_snippets
This commit is contained in:
@@ -6,7 +6,7 @@ use async_trait::async_trait;
|
||||
use quick_xml::Writer;
|
||||
use rustical_auth::AuthInfo;
|
||||
|
||||
use crate::propfind::{write_invalid_props_response, write_propstat_response};
|
||||
use crate::xml_snippets::{write_invalid_props_response, write_propstat_response};
|
||||
|
||||
// A resource is identified by a URI and has properties
|
||||
// A resource can also be a collection
|
||||
|
||||
Reference in New Issue
Block a user