13个版本
新 0.1.13 | 2024年8月17日 |
---|---|
0.1.12 | 2024年8月10日 |
0.1.11 | 2024年6月13日 |
0.1.10 | 2024年1月30日 |
0.1.3 | 2023年12月20日 |
#55 在 #ipv6
每月 249 次下载
16KB
209 行
preq: ipv6代理reqwest
genv::s!(IPV6_PROXY_TEST_URL, IPV6_PROXY_TEST_RESULT);
#[tokio::test]
async fn test() -> aok::Result<()> {
loginit::init();
use preq::PROXY;
let url = IPV6_PROXY_TEST_URL.as_str();
// let url = "https://www.baidu.com";
let r = PROXY.post_form(url, [("q", "I")]).await?;
tracing::info!("{}", String::from_utf8_lossy(&r));
// assert_eq!(r, &*IPV6_PROXY_TEST_RESULT);
aok::OK
}
依赖
~6–18MB
~261K SLoC