Expand description
The main h3i client runner.
The client is responsible for connecting to an indicated server, executing as series of Actions, and capturing the results in a ConnectionSummary.
Modules§
- async_
client - Responsible for creating a tokio_quiche::quic::QuicheConnection and yielding I/O to tokio-quiche.
- connection_
summary - Summarizes events that occurred during a connection.
- sync_
client - Responsible for creating a quiche::Connection and managing I/O.
Enums§
- Client
Error - Represents different errors that can occur when the h3i client runs.