地址是这个:https://github.com/hyperium/hyper 我对 hyper 太有感情了。我基于 hyper 开发了网关/压测工具。没想到终于发布 1.0 版本了,太不容易了。希望越来越多的 rust 的库发布 1.0 版本。
给大家稍微介绍一下这个库,这个库是基于 tokio 的异步网络请求库,基本上涵盖了包含 http1/http2 的 client/server 。可以看一下示例: https://github.com/hyperium/hyper/tree/master/examples
1
lsk569937453 OP |
2
superares 2023-11-17 18:38:10 +08:00 via iPhone
确实不容易,我也是好早就开始用它了
|