Module server

Source
Expand description

Server implementation and builder.

Structs§

Router
A stack based Service router.
RouterService
A service that is produced from a Tonic Router.
Server
A default batteries included transport server.
ServerTlsConfig
Configures TLS settings for servers.
TcpConnectInfo
Connection info for standard TCP streams.
TlsConnectInfo
Connection info for TLS streams.

Traits§

Connected
Trait that connected IO resources implement and use to produce info about the connection.
NamedService
A trait to provide a static reference to the service’s name. This is used for routing service’s within the router.