Expand description
Transport-neutral WebDAV request head parsing.
Structs§
- DavMethod
Set - Compact, duplicate-free set of methods in canonical protocol order.
- DavMethod
SetIter - Iterator over methods in canonical protocol order.
- DavRequest
Head - Parsed, body-independent
WebDAVrequest data. - DavRequest
Origin - Request origin needed for same-origin tagged URI and destination validation.
- DavRequest
Target - Parsed request target shared by known and unknown method handling.
Enums§
- DavBody
Policy - How the transport adapter must handle a request body before product code runs.
- DavMethod
WebDAVmethod recognized by the protocol layer.