Module hyper::client [] [src]

HTTP Client

Structs

Client

A Client to make outgoing HTTP requests.

Config

Configuration for a Client

FutureResponse

A Future that will resolve to an HTTP Response.

HttpConnector

A connector for the http scheme.

Request

An HTTP Request

Response

An HTTP Response

UseDefaultConnector

Phantom type used to signal that Config should create a HttpConnector.

Traits

Connect

A connector creates an Io to a remote address..

Service

An asynchronous function from Request to a Response.