pub const DEFAULT_HOST: &str = "0.0.0.0";
The default host address. This constant represents the default host address, which is typically/// used to bind a server to all available network interfaces.