pub async fn handle_spec(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>Expand description
POST /api/spec — get a single spec by qualified name.
pub async fn handle_spec(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>POST /api/spec — get a single spec by qualified name.