3个稳定版本
1.0.2 | 2024年5月8日 |
---|---|
1.0.1 | 2021年12月24日 |
1.0.0 | 2021年1月28日 |
在HTTP客户端中排名75
每月下载量108次
在6 个包中使用
40KB
621 行
tinyget
是minreq的一个小巧分支。
简单、最小依赖的HTTP客户端。可选功能支持使用native-tls
TLS实现进行https。
用法
将此添加到您的Cargo.toml
[dependencies]
tinyget = "1.0"
let response = tinyget::get("https://httpbin.org/anything").send()?;
let hello = response.as_str()?;
println!("{}", hello);
大小
rustc 1.76.0 (07dca489a 2024-02-04)
调试 | 发布 | |
---|---|---|
hello | 424,896 | 266,547 |
http | 772,416(+348k) | 319,856(+53k) |
https | 1,101,512(+677k) | 344,432(+78k) |
比较
http | https | |
---|---|---|
tinyget | 283,920 | 319,632 |
minreq | 300,328 | 959,744 |
ureq | 695,632 | 1,371,368 |
reqwest | 1,639,496 | 1,675,032 |
许可证
此包根据MIT许可证分发。
依赖
~0–9MB
~90K SLoC