Module hyper::client::pool [] [src]

Client Connection Pooling

Structs

Config

Config options for the Pool.

Pool

The NetworkConnector that behaves as a connection pool used by hyper's Client.

PooledStream

A Stream that will try to be returned to the Pool when dropped.