Expand description
Server implementation and builder.
Structs§
- Router
- A stack based
Service
router. - Server
- A default batteries included
transport
server. - Server
TlsConfig - Configures TLS settings for servers.
- TcpConnect
Info - Connection info for standard TCP streams.
- TcpIncoming
- Binds a socket address for a Router
- TlsConnect
Info - Connection info for TLS streams.
- UdsConnect
Info - Connection info for Unix domain socket streams.
Traits§
- Connected
- Trait that connected IO resources implement and use to produce info about the connection.