Skip to main content

handle_export

Function handle_export 

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

POST /api/export

Reads all entities from the graph and returns them as a grid. The Accept header determines the response encoding format.