... of counter1 HttpServer::new(move || { App::new() .app_data(kv.clone()) .route("/", web::get().to(index)) }) .bind("127.0.0.1:8080")? .run() .await } ...
確定! 回上一頁