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
andRecvStream
with additional context data. - Statistics about a successful or failed transfer.
Enums§
Traits§
- Describes how to handle errors for a stream.
Functions§
- Handle a single connection.