1/// HTTP port 2#[allow(unused)] 3pub const HTTP_PORT: u16 = 80; 4/// HTTPS port 5#[allow(unused)] 6pub const HTTPS_PORT: u16 = 443;