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