pub async fn handle_specs(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/specs — list specs, optionally filtered by library.
pub async fn handle_specs(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>POST /api/specs — list specs, optionally filtered by library.