various: reuse HTTP client; eliminate intermediate string allocations; add tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I18b89e1aae78a400a89c9d89423ce1da6a6a6964
This commit is contained in:
raf 2026-02-15 23:30:45 +03:00
commit f7081317ee
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 245 additions and 96 deletions

View file

@ -46,7 +46,7 @@ async fn delete_jobset(
Ok(Json(serde_json::json!({ "deleted": true })))
}
// --- Jobset input routes ---
// Jobset input routes
async fn list_jobset_inputs(
State(state): State<AppState>,