Surf-pool is a crate that allows to reuse existing http connections.
http
This connection pool can be useful especially with https, because it would avoid to perform the handshake every time.
https
The crate is based on async-std and surf
async-std
surf