Expand description
The server side API
Structs§
- Event
Sender - A sender for events related to blob transfers.
- Response
Writer - A helper struct that combines a quinn::SendStream with auxiliary information
- Transfer
Stats - The stats for a transfer of a collection or blob.
Enums§
- AddProgress
- Progress updates for the add operation.
- Batch
AddPath Progress - Progress updates for the batch add operation.
- Event
- Events emitted by the provider informing about the current status.
- Sent
Status - Status of a send operation
Traits§
- Custom
Event Sender - Trait for sending blob events.
Functions§
- handle_
connection - Handle a single connection.
- handle_
get - Handle a single get request.
- read_
request - Read the request from the getter.
- send_
blob - Send a blob to the client.