Module server

Source
Expand description

Server implementation and builder.

Structs§

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

Traits§

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