Module server

Source
Expand description

Server implementation and builder.

Structs§

Router
A stack based Service router.
Server
A default batteries included transport server.
ServerTlsConfig
Configures TLS settings for servers.
TcpConnectInfo
Connection info for standard TCP streams.
TcpIncoming
Binds a socket address for a Router
TlsConnectInfo
Connection info for TLS streams.
UdsConnectInfo
Connection info for Unix domain socket streams.

Traits§

Connected
Trait that connected IO resources implement and use to produce info about the connection.