文件名称:reqstatic:reqwest的薄包装
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-07 00:03:42
rust http-client Rust
要求的
非常薄的包装
这旨在简化池的使用,并防止您无意间遇到以下问题。
用法
let resp = reqstatic :: client (). get ( "https://httpbin.org/ip" )
. await ?
. json ::
【文件预览】:
reqstatic-master
----rustfmt.toml(118B)
----src()
--------lib.rs(413B)
----Cargo.toml(338B)
----.gitignore(404B)
----README.md(627B)
----.editorconfig(119B)