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§
- Progress
Reader - Progress
Writer - Wrapper for a
quinn::SendStream
with additional per request information. - Stream
Pair - A pair of
SendStream
andRecvStream
with additional context data. - Transfer
Stats - Statistics about a successful or failed transfer.
Enums§
Traits§
- Error
Handler - Describes how to handle errors for a stream.
Functions§
- handle_
connection - Handle a single connection.
- handle_
get - handle_
get_ many - handle_
observe - handle_
push - handle_
stream