Expand description
Product adapter ports consumed by the WebDAV protocol layer.
Structs§
- DavBackend
Error - Product-neutral failure returned by a product adapter.
- DavIf
Resource State - Protocol-visible state used to evaluate one resource referenced by an
Ifheader. - DavLock
- Protocol-visible lock state persisted by the product adapter.
- DavProp
- Stored dead property exchanged with the product adapter.
- Open
Options - File open contract selected by the protocol planner.
Enums§
- DavBackend
Error Kind - Stable backend failure categories mapped by the protocol layer.
- DavLock
Error - DavLock
Preflight Error - DavResource
Kind - WebDAV resource type.
- FsError
- Low-level file-system failure exposed by the product adapter.
- Read
DirMeta - Metadata loading mode for directory entries.
Traits§
- DavDir
Entry - One directory entry returned by a product adapter.
- DavFile
- Open file handle supplied by a product adapter.
- DavFile
System - Canonical resource and dead-property backend port.
- DavIf
State Resolver - Product adapter used while evaluating WebDAV
Ifconditions. - DavLock
System - Canonical lock persistence and conflict backend port.
- DavMeta
Data - Protocol-visible resource metadata supplied by the product adapter.
Type Aliases§
- DavContent
Stream - Stream used for product-independent WebDAV content transfer.
- FsFuture
- FsResult
- FsStream
- LsFuture