pub async fn handle_specs(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>Expand description
POST /api/specs — list specs, optionally filtered by library.
pub async fn handle_specs(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>POST /api/specs — list specs, optionally filtered by library.