reqwest_inspect_json

时间:2024-05-07 05:13:16
【文件属性】:

文件名称:reqwest_inspect_json

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-07 05:13:16

Rust

reqwest-debug-json 提供inspect_json为reqwest的响应对象的方法。 该方法替代了标准的json方法。 可用于响应json跟踪目的。 ErrorType必须同时实现From + From .inspect_json::(move |text| { debug!("Json data: {}", text); }) 扩展示例: use reqwest_inspect_json :: InspectJson; #[derive(Serialize, Deserialize, Debug, PartialEq, Clone)] struct TestDataClass { key1: Strin


【文件预览】:
reqwest_inspect_json-main
----LICENSE-MIT(1KB)
----LICENSE-APACHE(11KB)
----.github()
--------workflows()
----src()
--------lib.rs(3KB)
----Cargo.toml(890B)
----.gitignore(30B)
----Makefile(51B)
----README.md(1KB)
----CODEOWNERS(7B)

网友评论