Searched refs:httpapi (Results 1 – 2 of 2) sorted by relevance
66 let http_api_port = if let Some(httpapi) = &self.cfg.httpapi { in start_http_api_server()67 httpapi.port in start_http_api_server()
15 pub httpapi: Option<HttpApiConfig>, field84 httpapi: None, in new()