start_httpd

Function start_httpd 

Source
pub async fn start_httpd(
    endpoint: &ServerEndpoint,
    config_template: &str,
    config_subdir: &str,
    publish_dir: &str,
    env: EnvConfig,
    result_tx: Sender<Message>,
) -> Result<SubProcess>