surf-pool

Crates.iosurf-pool
lib.rssurf-pool
version0.1.2
sourcesrc
created_at2021-08-25 21:12:06.670354
updated_at2021-08-26 22:23:35.658817
descriptionUtility modules and functions useful to interact with the pot framework
homepage
repository
max_upload_size
id442345
size55,263
Luca Pizzamiglio (pizzamig)

documentation

README

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

Commit count: 0

cargo fmt