Expand description
Server implementation and builder.
Structs§
- Router
- A stack based
Service
router. - Server
- A default batteries included
transport
server. - TcpConnect
Info - Connection info for standard TCP streams.
- TcpIncoming
- Binds a socket address for a Router
- 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.