Expand description
Method-aware HTTP and WebDAV conditional request planning.
Structs§
- DavConditional
Plan - Complete transport-neutral result of HTTP conditional request planning.
- DavConditional
Resource - Protocol-visible metadata for the request target.
Enums§
- DavConditional
Evaluation Error - Failure while executing
WebDAVIfbefore HTTP conditional planning. - DavConditional
Outcome - Result selected by RFC 9110 conditional request precedence.
- DavConditional
Plan Error - Failure while parsing request conditions or representing product metadata.
- DavRange
Evaluation - Whether GET byte-range processing can run after preconditions.
Functions§
- plan_
conditionals - Enforces
WebDAVIffirst, then applies the RFC 9110 HTTP conditional planner. - plan_
conditionals_ with_ backends - Enforces
WebDAVIfthrough the canonical backend ports, then applies HTTP conditions. - plan_
http_ conditionals - Plans RFC 9110 conditional headers for one HTTP/WebDAV method.