hyper-util-wasm 0.1.7

hyper utilities, patched for wasm
Documentation
1
2
3
4
5
6
7
8
struct ConnectingPool<C, P> {
    connector: C,
    pool: P,
}

struct PoolableSvc<S>(S);