pub async fn batch(
__arg0: State<AppState>,
authority: Authority,
body: Option<Json<Value>>,
) -> ResponseExpand description
POST /batch.
Not routed through dispatch, because a batch is the thing that calls the dispatcher. The
context is resolved here, once, and shared by every sub-request.