Expand description
Async low-level connection handling.
This module provides AsyncRawConnection, the async version of RawConnection.
It uses tokio’s async I/O traits for non-blocking network operations.
Structs§
- Async
RawConnection - An async raw connection to a Hyper server.