Expand description
PUT request planning and success response composition.
Structs§
- DavPartial
PutPlan - Byte range selected for a private-agreement partial PUT.
- DavPut
Plan - Product-side open/write settings selected from capabilities and HTTP preconditions.
- DavPut
Response Error - Failure while composing the successful PUT response.
Enums§
- DavPut
Plan Error - Failure while planning a PUT request.
- DavPut
Resource State - Resolved state of the PUT request target.
- DavPut
Write Plan - Product write operation selected from the declared PUT compatibility capabilities.
Functions§
- plan_
put_ request - Evaluates PUT preconditions and selects product-side create/open settings.
- put_
plan_ error_ response - Maps a PUT planning failure through the same snapshot used for method planning.
- put_
success_ response - Builds the 201/204 response selected by the pre-write resource state.