Module iroh_bytes::provider

source ·
Expand description

The server side API

Structs

  • A helper struct that combines a quinn::SendStream with auxiliary information

Enums

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