Expand description
Core server-related functionality.
Enums§
- Server
Bootstrap Error - Errors related to bootstrapping servers.
Traits§
- Server
Bootstrap - Trait for components responsible for creating web servers from ServerConfig. Create a component implementing this trait to override the default bootstrap.
- Shutdown
Signal Source - Source for gracefully shutting down the server runner with all running servers. Only the primary instance is taken into account.