pub async fn handle_unload_lib(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/unloadLib — unload a library by name.
pub async fn handle_unload_lib(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>POST /api/unloadLib — unload a library by name.