Module iroh_bytes::provider
source · Expand description
The server side API
Structs
- 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 get operation.
- Events emitted by the provider informing about the current status.
- Status of a send operation
Traits
- Trait for sending events.
- hook into the request handling to process authorization by examining the request and any given token. Any error returned will abort the request, and the error will be sent to the requester.
Functions
- Handle a single connection.
- Handle a single standard get request.
- Read the request from the getter.
- Send a
- Transfers the collection & blob data.