Expand description
This module provides functionality for handling server operations, including request handling, server management, error handling, and logging.
Structs§
- Server
- The server manages client connections, verifies message formats, and handles sending and receiving messages.
Enums§
- ServerCMD
- Defines commands that can be sent to the server.
Traits§
- Request
Handler - Represents a response to be sent by the server. Trait for handling incoming requests.