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

surf-pool

Utility modules and functions useful to interact with the pot framework

2 releases

0.1.2 Aug 26, 2021
0.1.1 Aug 25, 2021

#13 in #surf

Custom license

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

~11–24MB
~357K SLoC