Expand description
Server implementation and builder.
Structs§
- A stack based
Servicerouter. - A
Servicerouter. - Allows adding new services to routes by passing a mutable reference to this builder.
 - A default batteries included
transportserver. - Configures TLS settings for servers.
 - Connection info for standard TCP streams.
 - Binds a socket address for a Router
 - Connection info for TLS streams.
 - Connection info for Unix domain socket streams.
 
Traits§
- Trait that connected IO resources implement and use to produce info about the connection.