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 |
HttpConnector |
A connector for the |
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 |
Type Definitions
DefaultConnector |
The default connector used by the Client. |