pub async fn dispatch_object(
state: State<AppState>,
authority: Authority,
path: Path<(String, String)>,
method: Option<Extension<MethodOverride>>,
body: Option<Json<Value>>,
) -> ResponseExpand description
POST dispatcher for the object route.