pub async fn handle_spec(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/spec — get a single spec by qualified name.
pub async fn handle_spec(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>POST /api/spec — get a single spec by qualified name.