Home
last modified time | relevance | path

Searched refs:httpapi (Results 1 – 2 of 2) sorted by relevance

/xiu/application/xiu/src/
H A Dservice.rs66 let http_api_port = if let Some(httpapi) = &self.cfg.httpapi { in start_http_api_server()
67 httpapi.port in start_http_api_server()
/xiu/application/xiu/src/config/
H A Dmod.rs15 pub httpapi: Option<HttpApiConfig>, field
84 httpapi: None, in new()