Crates.io | surf-pool |
lib.rs | surf-pool |
version | 0.1.2 |
source | src |
created_at | 2021-08-25 21:12:06.670354 |
updated_at | 2021-08-26 22:23:35.658817 |
description | Utility modules and functions useful to interact with the pot framework |
homepage | |
repository | |
max_upload_size | |
id | 442345 |
size | 55,263 |
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