Returns the HTTP port of this instance.
(&self)
| 140 | |
| 141 | /// Returns the HTTP port of this instance. |
| 142 | pub const fn http_port(&self) -> u16 { |
| 143 | self.http_port |
| 144 | } |
| 145 | |
| 146 | /// Returns the WS port of this instance. |
| 147 | pub const fn ws_port(&self) -> u16 { |