Module client
Available on crate feature
tcp only.Expand description
Rama TCP Client module.
Modules§
- service
http - TCP services for Rama.
Structs§
- Request
- A request to establish a Tcp Connection.
Traits§
- TcpStream
Connector - Trait used internally by
tcp_connectand theTcpConnectorto actually establish the [TcpStream.]
Functions§
- default_
tcp_ connect - Establish a
TcpStreamconnection for the givenHostWithPort, using the default settings and no custom state. - tcp_
connect - Establish a
TcpStreamconnection for the givenHostWithPort.