pub async fn launch_http_server<F>(
    http_server_opt: HttpServerOpt,
    func: F
) -> Result<(), Box<dyn Error>>where
    F: Fn(),