Skip to main content

handle

Function handle 

Source
pub async fn handle(
    __arg0: State<Arc<AppState>>,
    __arg1: Json<ExportRequest>,
) -> impl IntoResponse
Expand description

POST /api/export — Export address data.

Returns the export data directly as JSON (regardless of requested format) since the web API always returns JSON. The format field is preserved in the response metadata for client-side handling.