Skip to main content

handle

Function handle 

Source
pub async fn handle(
    req: HttpRequest,
    body: String,
    state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>
Expand description

POST /api/invokeAction

Request grid must have id (Ref) and action (Str) columns in the first row. Additional columns are passed as arguments to the handler.