iroh_blobs::provider

Function handle_get

Source
pub async fn handle_get<H: ErrorHandler>(
    pair: StreamPair<H::R, H::W>,
    store: Store,
    request: GetRequest,
) -> Result<()>