2 releases
0.1.2 | Aug 26, 2021 |
---|---|
0.1.1 | Aug 25, 2021 |
#1746 in Rust patterns
16KB
148 lines
Surf-pool
Surf-pool is a crate that allows to reuse existing http
connections.
This connection pool can be useful especially with https
, because it would avoid to perform the handshake every time.
The crate is based on async-std
and surf
lib.rs
:
Connection pool for Surf
Dependencies
~8–19MB
~299K SLoC