Module iroh_bytes::provider
source · Expand description
The server side API
Structs
- A helper struct that combines a quinn::SendStream with auxiliary information
Enums
- Events emitted by the provider informing about the current status.
- Progress updates for the provide operation
- Status of a send operation
- Progress updates for the provide operation
Traits
- A generic collection of blobs with precomputed outboards
- An entry for one hash in a bao collection
- Extension of BaoMap to add misc methods used by the rpc calls
- A custom get request handler that allows the user to make up a get request on the fly.
- 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.