Skip to main content

Module async_connection

Module async_connection 

Source
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§

AsyncRawConnection
An async raw connection to a Hyper server.