pub async fn webserver_start( host_port: &str, http_handler: fn(HttpRequest) -> HttpResponse, ) -> Result<(), Box<dyn Error + Send + Sync>>