/surf-pool

An crate to provide connection pools in surf

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Surf-pool

Surf-pool is a crate that allows to reuse existing https connections.

This connection pool can be useful to reduce latency, because it would avoid to perform the handshake every time, but re-using a pre-existing and established connection.

The crate is based on async-std and surf