pub async fn handle_unload_lib(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>Expand description
POST /api/unloadLib — unload a library by name.
pub async fn handle_unload_lib(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>POST /api/unloadLib — unload a library by name.