Module iroh_blobs::provider 
source · Expand description
The server side API
Structs§
- A sender for events related to blob transfers.
 - A helper struct that combines a quinn::SendStream with auxiliary information
 - The stats for a transfer of a collection or blob.
 
Enums§
- Progress updates for the add operation.
 - Progress updates for the batch add operation.
 - Events emitted by the provider informing about the current status.
 - Status of a send operation
 
Traits§
- Trait for sending blob events.
 
Functions§
- Handle a single connection.
 - Handle a single get request.
 - Read the request from the getter.
 - Send a blob to the client.