(&self)
| 162 | /// Returns the HTTP endpoint of this instance. |
| 163 | #[doc(alias = "http_endpoint")] |
| 164 | pub fn endpoint(&self) -> String { |
| 165 | format!("http://localhost:{}", self.http_port) |
| 166 | } |
| 167 | |
| 168 | /// Returns the Websocket endpoint of this instance. |
| 169 | pub fn ws_endpoint(&self) -> String { |