Module hyper::client [] [src]

HTTP Client

The HTTP Client uses asynchronous IO, and utilizes the Handler trait to convey when IO events are available for a given request.

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

A client request to a remote server.

Response

A response for a client request to a remote server.

Traits

Connect

A connector creates an Io to a remote address..

Service

An asynchronous function from Request to a Response.

Type Definitions

DefaultConnector

The default connector used by the Client.