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