Skip to main content

execute_unload_request

Function execute_unload_request 

Source
pub fn execute_unload_request(req: &PreparedUnloadRequest) -> UnloadActionResult
Expand description

Dispatch a single prepared request: POST the body, fall back to the subprocess command if the HTTP path fails. Impure — exercised end-to-end via the tsift kg unload smoke; unit tests cover prepare_unload_request and rewrite_unload_body_model instead.