Function iroh_blobs::provider::handle_get  
source · pub async fn handle_get<D: Map>(
    db: D,
    request: GetRequest,
    writer: ResponseWriter
) -> Result<()>Expand description
Handle a single get request.
Requires the request, a database, and a writer.