Skip to main content

upload_status

Function upload_status 

Source
pub async fn upload_status(
    __arg0: State<AppState>,
    __arg1: Path<String>,
) -> Response
Expand description

GET /api/v1/fs/uploads/{id} — where to resume from.

Reads only in-memory session state (UploadStore::offset), so unlike the other four upload routes this never touches disk and stays directly on the async runtime rather than going through spawn_blocking.