use actix_web::client::Client; #[actix_rt::main] async fn main() { let client = Client::default(); // Create request builder and send ...
確定! 回上一頁