send_blob

Function send_blob 

Source
pub async fn send_blob<D: Map, W: AsyncStreamWriter>(
    db: &D,
    hash: Hash,
    ranges: &RangeSpec,
    writer: W,
) -> Result<(SentStatus, u64, SliceReaderStats)>
Expand description

Send a blob to the client.