Expand description
The low level server side API
Note that while using this API directly is fine, the standard way
to provide data is to just register a crate::BlobsProtocol protocol
handler with an iroh::Endpoint.
Modules§
Structs§
- Wrapper for a [
quinn::SendStream] with additional per request information. - A pair of [
SendStream] and [RecvStream] with additional context data. - Statistics about a successful or failed transfer.
Functions§
- Handle a single connection.
- Handle a single get request.
- Handle a single get request.
- Handle a single push request.
- Handle a single push request.