Skip to main content

batch

Function batch 

Source
pub async fn batch(
    __arg0: State<AppState>,
    authority: Authority,
    body: Option<Json<Value>>,
) -> Response
Expand 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.