2 releases
0.1.2 | Aug 26, 2021 |
---|---|
0.1.1 | Aug 25, 2021 |
#14 in #surf
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
~10–21MB
~333K SLoC