Expand description
Server implementation and builder.
Structs§
- Router
 - A stack based 
Servicerouter. - Router
Service  - A service that is produced from a Tonic 
Router. - Server
 - A default batteries included 
transportserver. - Server
TlsConfig  - Configures TLS settings for servers.
 - TcpConnect
Info  - Connection info for standard TCP streams.
 - TlsConnect
Info  - Connection info for TLS streams.
 
Traits§
- Connected
 - Trait that connected IO resources implement and use to produce info about the connection.
 - Named
Service  - A trait to provide a static reference to the service’s name. This is used for routing service’s within the router.