Skip to main content

dispatch_object

Function dispatch_object 

Source
pub async fn dispatch_object(
    state: State<AppState>,
    authority: Authority,
    path: Path<(String, String)>,
    method: Option<Extension<MethodOverride>>,
    body: Option<Json<Value>>,
) -> Response
Expand description

POST dispatcher for the object route.