#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// 请求体是`foo=bar&baz=quux`
let params = [("id", "88888888"), ("data", "xxxxxxxxxxxxx")];
let client = reqwest::Client::new();
let res = client
.post("http://www.esp56.com/api/httpdclient2/")
.form(¶ms)
.send()
.await?;
println!("body = {:?}", res);
Ok(())
}
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询