Module client

Expand description

Rama TCP Client module.

Modules§

service
TCP services for Rama.

Structs§

Parts
The parts that make up a Tcp Request.
Request
A request to establish a Tcp Connection.

Traits§

TcpStreamConnector
Trait used internally by tcp_connect and the TcpConnector to actually establish the [TcpStream.]

Functions§

default_tcp_connect
Establish a TcpStream connection for the given Authority, using the default settings and no custom state.
tcp_connect
Establish a TcpStream connection for the given Authority.