Expand description
Optional Actix transport adapter for the WebDAV protocol model.
Enums§
- DavPrepared
Body - Request body prepared according to the selected
WebDAVmethod contract.
Functions§
- capability_
error_ response - Maps capability evaluation failures to Actix at the handler boundary.
- capability_
snapshot - Resolves and validates the product capability declaration.
- collect_
bounded_ body - Collects a bounded request body for parsing by the protocol or product layer.
- conditional_
plan_ error_ response - Maps conditional planning failures to Actix at the handler boundary.
- convert_
header_ map - Copies Actix header types into the transport-neutral
http1.x map. - converted_
headers - Copies Actix headers into the transport-neutral map.
- enforce_
if_ header_ with_ backends - Resolves and enforces a parsed
WebDAVIfheader through the canonical backend ports. - enforce_
parent_ unlocked - Enforces lock submission for the canonical parent and returns a compact typed failure.
- enforce_
unlocked - Enforces resource lock submission and returns a compact typed failure.
- ensure_
empty_ body - Rejects the first non-empty request body chunk without buffering the remaining payload.
- gate_
request_ method - Applies the resource-aware dispatch gate to an Actix request method.
- into_
response - Converts a transport-neutral response into an Actix response.
- lock_
enforcement_ error_ response - Maps lock-enforcement failures to Actix at the handler boundary.
- method_
gate_ error_ response - Maps a rejected method gate to the canonical 405 Actix response.
- parent_
collection_ error_ response - Maps parent-collection enforcement failures to Actix at the handler boundary.
- plan_
http_ conditionals - Converts Actix headers and runs the method-aware conditional request planner.
- prepare_
request_ body - Applies an already planned body policy while leaving streaming bodies untouched.
- protocol_
error_ response - Maps a transport-neutral protocol error into its Actix response.
- request_
head - Parses an Actix request into the transport-neutral request head.
- request_
target - Parses the request target before resolving whether the HTTP method is known to Forge.