Module fibers_http_client::connection[][src]

TCP connection.

Structs

Connection

TCP connection.

ConnectionPool

Connection pool.

ConnectionPoolBuilder

ConnectionPool builder.

ConnectionPoolHandle

Handle for operating ConnectionPool.

Oneshot

An implementation of AcquireConnection that always establishes new TCP connection when acqurie_connection method called.

RentedConnection

A connection rented to a client.

Traits

AcquireConnection

This trait allows for acquiring TCP connections.