pub fn delete_body_request(end_index: u32) -> Option<Request>Expand description
Build a request that clears the existing document body for full-replace (DI-9).
Deletes the range [1, end_index - 1) — everything but the trailing newline
the API requires. Returns None when the body is already empty.