stream_download

Function stream_download 

Source
pub async fn stream_download(
    __arg0: State<GatewayState>,
    __arg1: Path<String>,
    __arg2: Query<StreamDownloadQuery>,
) -> Result<Response, StreamingError>
Expand description

Stream content download endpoint

GET /v1/stream/download/{cid}

Streams content in chunks for memory-efficient downloads with optional flow control and resume support.