rustical_dav: Add Overwrite header

This commit is contained in:
Lennart
2025-04-20 17:47:11 +02:00
parent 8eb46523a3
commit cd0ebc574a
5 changed files with 66 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
mod depth;
mod overwrite;
pub use depth::{Depth, InvalidDepthHeader};
pub use overwrite::{InvalidOverwriteHeader, Overwrite};