async fn hello(_: Request) -> Result<Response, Infallible> { Ok(Response::new(Body::from("Hello World from a Kubernetes Cluster!"))) } Go ...
確定! 回上一頁