#pool #surf #async-std #connection-pool

surf-pool

用于与 pot 框架交互的实用模块和函数

2 个版本

0.1.2 2021 年 8 月 26 日
0.1.1 2021 年 8 月 25 日

#14 in #surf

自定义许可

16KB
148 代码行

Surf-pool

Surf-pool 是一个 crate,允许重用现有的 http 连接。

这个连接池在 https 中尤其有用,因为它可以避免每次都进行握手。

这个 crate 基于 async-stdsurf


lib.rs:

Surf 的连接池

依赖

~10–21MB
~333K SLoC