Structs§
- Daemon
- A server daemon handle that can be controlled externally
Functions§
- new_
with_ config - Create a new server daemon with configuration and dispatcher
- start
- Start a secure server and listen for connections using default configuration
- start_
daemon_ no_ signals - Start a server daemon with provided configuration and return a handle to it
- start_
with_ config - Start a secure server with custom configuration
- start_
with_ config_ and_ shutdown - Start a secure server with custom configuration and shutdown control
- start_
with_ shutdown - Start a secure server with shutdown control for testing